From 282fd00654a0e777cdbca700fe6488d04fec6be8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 28 二月 2020 15:41:15 +0800
Subject: [PATCH] 2020-02-28

---
 src/templates/formtabconfig/index.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/templates/formtabconfig/index.jsx b/src/templates/formtabconfig/index.jsx
index 6eab791..3e2d38d 100644
--- a/src/templates/formtabconfig/index.jsx
+++ b/src/templates/formtabconfig/index.jsx
@@ -107,8 +107,8 @@
             item.resourceType === '0' &&
             item.options && item.options.length > 0
           ) {
-            optionLibs.set(item.uuid, {
-              uuid: item.uuid,
+            optionLibs.set(btnTab.uuid + item.uuid, {
+              uuid: btnTab.uuid + item.uuid,
               label: item.label,
               parname: btnTab.label,
               type: 'Modal',
@@ -575,8 +575,8 @@
           res.resourceType === '0' &&
           res.options && res.options.length > 0
         ) {
-          optionLibs.set(res.uuid, {
-            uuid: res.uuid,
+          optionLibs.set(btnTab.uuid + res.uuid, {
+            uuid: btnTab.uuid + res.uuid,
             label: res.label,
             parname: btnTab.label,
             type: 'Modal',
@@ -1424,7 +1424,7 @@
         let btnParam = { // 娣诲姞鑿滃崟鎸夐挳
           func: 'sPC_Button_AddUpt',
           Type: 60,      // 娣诲姞鎸夐挳琛ㄥ崟椤典笅鐨勬寜閽�
-          ParentID: menu.MenuID,
+          ParentID: btnTab.uuid,
           MenuNo: menu.MenuNo,
           Template: menu.PageParam.Template || '',
           PageParam: '',
@@ -2260,7 +2260,7 @@
                       setting={config.setting}
                       handleMenu={this.handleSearch}
                       deleteMenu={this.deleteElement}
-                      placeholder={this.state.dict['header.form.search.placeholder']}
+                      placeholder={this.state.dict['header.form.modal.placeholder']}
                     />
                   </Panel>
                 ))}

--
Gitblit v1.8.0