From 41f11d5fd764a2bc7e8463a70bb340467d99a3ca Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 14 七月 2023 09:42:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js index 8e3c94e..13c659e 100644 --- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js +++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js @@ -11,6 +11,7 @@ selection: true, dialogClickModal: false, highlightCurrentRow: true, + rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ { label: "", @@ -256,7 +257,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 +274,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 +291,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 +309,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", -- Gitblit v1.9.3