From c6a845528d45bfb44591a69dadb44539432d06d0 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 12 五月 2023 11:55:06 +0800 Subject: [PATCH] 枚举相关改动 --- Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js index 819f401..146b664 100644 --- a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js +++ b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js @@ -256,12 +256,12 @@ label: "蹇界暐澶у皬鍐�", prop: "ignorecaseflag", type: "select", - dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag", + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag", dataType: "String", search: true, props: { - label: "dictValue", - value: "dictKey" + label: "itemName", + value: "itemValue" }, rules: [{ required: true, @@ -273,12 +273,12 @@ label: "蹇界暐绌烘牸", prop: "ignorespaceflag", type: "select", - dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag", + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag", dataType: "String", search: true, props: { - label: "dictValue", - value: "dictKey" + label: "itemName", + value: "itemValue" }, rules: [{ required: true, @@ -290,12 +290,12 @@ label: "蹇界暐鍏ㄩ儴绌烘牸", prop: "ignoreallspaceflag", type: "select", - dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag", + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag", dataType: "String", search: true, props: { - label: "dictValue", - value: "dictKey" + label: "itemName", + value: "itemValue" }, rules: [{ required: true, @@ -308,11 +308,11 @@ prop: "ignorewidthflag", type: "select", search: true, - dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag", + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag", dataType: "String", props: { - label: "dictValue", - value: "dictKey" + label: "itemName", + value: "itemValue" }, rules: [{ required: true, -- Gitblit v1.9.3