From 4333081070244058c347daf76e4b11f887178f9a Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 16 五月 2023 18:53:58 +0800
Subject: [PATCH] 枚举修改

---
 Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js |    8 ++++----
 Source/UBCS-WEB/src/const/code/codebutton.js        |   12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 8e3c94e..146b664 100644
--- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -256,7 +256,7 @@
       label: "蹇界暐澶у皬鍐�",
       prop: "ignorecaseflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
@@ -273,7 +273,7 @@
       label: "蹇界暐绌烘牸",
       prop: "ignorespaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
@@ -290,7 +290,7 @@
       label: "蹇界暐鍏ㄩ儴绌烘牸",
       prop: "ignoreallspaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
@@ -308,7 +308,7 @@
       prop: "ignorewidthflag",
       type: "select",
       search: true,
-      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       props: {
         label: "itemName",
diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js
index 6b43ddb..51eb3d1 100644
--- a/Source/UBCS-WEB/src/const/code/codebutton.js
+++ b/Source/UBCS-WEB/src/const/code/codebutton.js
@@ -244,10 +244,10 @@
     {
       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,
@@ -297,10 +297,10 @@
       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,

--
Gitblit v1.9.3