From 8a6ce370f1aa1c061b76fa3e9d2d4d1df53ca4c5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 21 五月 2024 16:38:09 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/views/mobdesign/popview/index.jsx |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/views/mobdesign/popview/index.jsx b/src/views/mobdesign/popview/index.jsx
index 03cfee3..15edee3 100644
--- a/src/views/mobdesign/popview/index.jsx
+++ b/src/views/mobdesign/popview/index.jsx
@@ -12,7 +12,6 @@
 const { Panel } = Collapse
 const { confirm } = Modal
 
-const MenuForm = asyncComponent(() => import('./menuform'))
 const MobShell = asyncComponent(() => import('@/mob/mobshell'))
 const SourceWrap = asyncComponent(() => import('@/mob/modulesource'))
 const Modulecell = asyncComponent(() => import('@/menu/modulecell'))
@@ -75,13 +74,13 @@
     const { oriConfig, config } = this.state
 
     if (!is(fromJS(oriConfig), fromJS(config))) {
-      const _this = this
+      const that = this
 
       confirm({
         title: '閰嶇疆宸蹭慨鏀癸紝鏀惧純淇濆瓨鍚楋紵',
         content: '',
         onOk() {
-          _this.props.cancel()
+          that.props.cancel()
         },
         onCancel() {}
       })
@@ -249,12 +248,6 @@
     this.setState({config})
 
     window.GLOB.customMenu = config
-    
-    notification.success({
-      top: 92,
-      message: '绮樿创鎴愬姛锛�',
-      duration: 2
-    })
   }
 
   render () {
@@ -271,8 +264,6 @@
             <Collapse accordion defaultActiveKey="component" bordered={false}>
               {/* 鍩烘湰淇℃伅 */}
               <Panel header="鍩烘湰淇℃伅" forceRender className="basedata" key="basedata">
-                {/* 鑿滃崟淇℃伅 */}
-                <MenuForm config={config} updateConfig={this.updateConfig}/>
                 {/* 琛ㄥ悕娣诲姞 */}
                 <TableComponent config={config} updatetable={this.updateConfig}/>
               </Panel>

--
Gitblit v1.8.0