From c11c11e0272130778123fcad4a19bfe402656874 Mon Sep 17 00:00:00 2001
From: zhangxp <zhangxp@chicecm.com>
Date: 星期三, 21 六月 2023 18:05:46 +0800
Subject: [PATCH] 流程发布修改
---
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