From a9ba0e5bc39654b5fa277852135afb49ce11c66c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 12 四月 2025 23:15:16 +0800 Subject: [PATCH] 2025-04-12 --- src/views/mobdesign/index.jsx | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx index e024273..59c5caf 100644 --- a/src/views/mobdesign/index.jsx +++ b/src/views/mobdesign/index.jsx @@ -34,6 +34,7 @@ const TableNodes = asyncComponent(() => import('@/menu/tablenodes')) const BgController = asyncComponent(() => import('@/pc/bgcontroller')) const ReplaceField = asyncComponent(() => import('@/menu/replaceField')) +const DelExtraDb = asyncComponent(() => import('@/menu/delExtraDb')) const LowerField = asyncComponent(() => import('@/menu/lowerField')) const NormalCss = asyncComponent(() => import('@/menu/normalCss')) const NormalCopy = asyncComponent(() => import('@/menu/normalCopy')) @@ -1835,18 +1836,11 @@ }, 300 + (+sessionStorage.getItem('mkDelay'))) } - netError = (error) => { + netError = () => { this.setState({ menuloading: false }) - if (!error) { - notification.warning({ - top: 92, - message: '淇濆瓨澶辫触锛岃妫�鏌ョ綉缁滄槸鍚︽甯搞��', - duration: 5 - }) - } MKEmitter.emit('completeSave') } @@ -2321,6 +2315,7 @@ <Button className="mk-border-purple" disabled={MenuId === appLoginId} data-title="褰撳墠鑿滃崟涓哄簲鐢ㄧ櫥褰曢〉" onClick={this.setLoginView}><LoginOutlined /> 璁句负鐧诲綍椤�</Button> <ReplaceField config={config} updateConfig={this.resetConfig}/> <LowerField config={config} updateConfig={this.resetConfig}/> + <DelExtraDb config={config} updateConfig={this.resetConfig}/> <Transfer MenuID={MenuId} /> {config ? <Versions MenuId={MenuId} Template="webPage" checklog={this.checklog} updateConfig={this.updateLogConfig}/> : null} <Button type="default" onClick={this.closeView}>鍏抽棴</Button> -- Gitblit v1.8.0