From cff069951a9f591262fe15fdf1a6a03a9b221c2c Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 20 七月 2023 10:07:33 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- 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