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/comtableconfig/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx
index f630ff8..06fd07b 100644
--- a/src/templates/comtableconfig/index.jsx
+++ b/src/templates/comtableconfig/index.jsx
@@ -101,8 +101,8 @@
           item.resourceType === '0' &&
           item.options && item.options.length > 0
         ) {
-          optionLibs.set(item.uuid, {
-            uuid: item.uuid,
+          optionLibs.set(menu.MenuID + item.uuid, {
+            uuid: menu.MenuID + item.uuid,
             label: item.label,
             parname: menu.MenuName,
             type: 'search',
@@ -549,8 +549,8 @@
           res.resourceType === '0' &&
           res.options && res.options.length > 0
         ) {
-          optionLibs.set(res.uuid, {
-            uuid: res.uuid,
+          optionLibs.set(menu.MenuID + res.uuid, {
+            uuid: menu.MenuID + res.uuid,
             label: res.label,
             parname: menu.MenuName,
             type: 'search',

--
Gitblit v1.8.0