From b47493e37a857208c47d1421edcad81260c734ce Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 02 六月 2023 17:29:05 +0800
Subject: [PATCH] 修改树参照的懒加载

---
 Source/UBCS-WEB/src/const/code/codebutton.js |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js
index 6b43ddb..e68d4a7 100644
--- a/Source/UBCS-WEB/src/const/code/codebutton.js
+++ b/Source/UBCS-WEB/src/const/code/codebutton.js
@@ -237,23 +237,23 @@
     // },
     {
       label: "鐘舵��",
-      prop: "lcstatusName",
+      prop: "lcStatusText",
       slot: true,
       display: false
     },
     {
       label: "鐘舵��",
       type: "select",
-      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeLcstatus",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       dataType: "String",
       search: true,
       hide: true,
       display: true,
-      prop: "lcstatus",
+      prop: "lcStatus",
       rules: [{
         required: true,
         message: "鐘舵��",
@@ -271,13 +271,13 @@
     },
     {
       label: "鎸夐挳鐨勫浘鏍囨牱寮�",
-      prop: "iconcls",
+      prop: "iconCls",
       type: "input",
       search: true,
     },
     {
       label: "鎵ц鐨刯s璺緞",
-      prop: "executejs",
+      prop: "executeJs",
       type: "input",
       search: true,
     },
@@ -289,7 +289,7 @@
     // },
     {
       label: "鎸夐挳鐨勪綅缃�",
-      prop: "usedpositiontypeName",
+      prop: "usedPositionTypeText",
       slot: true,
       display: false
     },
@@ -297,16 +297,16 @@
       label: "鎸夐挳鐨勪綅缃�",
       type: "select",
       weight :'140px',
-      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeButtonPosition",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeButtonPosition",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       dataType: "String",
       search: true,
       hide: true,
       display: true,
-      prop: "usedpositiontype",
+      prop: "usedPositionType",
       rules: [{
         required: true,
         message: "璇烽�夋嫨鎸夐挳鐨勪綅缃�",

--
Gitblit v1.9.3