From 1473bec5604b86edf239342f3f0083d63fbc4f70 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 八月 2024 18:26:41 +0800 Subject: [PATCH] 2024-08-09 --- src/views/tabledesign/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tabledesign/index.jsx b/src/views/tabledesign/index.jsx index 3fae1b5..f84ef81 100644 --- a/src/views/tabledesign/index.jsx +++ b/src/views/tabledesign/index.jsx @@ -934,7 +934,7 @@ <PasteBaseTable type="page" insert={this.insert}/> {config ? <Switch className="big" checkedChildren="鍚�" unCheckedChildren="鍋�" checked={config.enabled} onChange={this.onEnabledChange} /> : null} <Button type="primary" id="save-config" onClick={this.submitConfig} loading={menuloading}>淇濆瓨</Button> - <Button type="default" onClick={this.closeView}>鍏抽棴</Button> + <Button type="default" disabled={menuloading} onClick={this.closeView}>鍏抽棴</Button> </div> } style={{ width: '100%' }}> {config && !comloading ? <MenuShell menu={config} handleList={this.updateConfig} /> : null} -- Gitblit v1.8.0