From 8b46c7ee4c5c9bdd7f476637333fb618fce8f398 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 05 九月 2023 10:32:41 +0800 Subject: [PATCH] 集成系统 字段修改 --- Source/UBCS-WEB/src/components/FormTemplate/index.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue index 8bcb7ef..9f31ce4 100644 --- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue +++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue @@ -265,13 +265,18 @@ if (res.data && res.data.code === 200) { this.codeRuleOid = res.data.data.oid; const typeList = [ + //鍥哄畾鐮佹 "codefixedsec", + //鍒嗙被鐮佹 "codeclassifysec", + //鍙彉鐮佹 "codevariablesec", + //寮曠敤鐮佹 "coderefersec", + //灞炴�х爜娈� "codeattrsec", - "codelevelsec", - "codedatesec" + //鏃ユ湡鐮佹 + "codedatesec", ]; this.secVOList = (res.data.data.secVOList || []).filter((item) => typeList.includes(item.secType) @@ -286,6 +291,8 @@ this.showCodeApply = false; } } + console.log(' this.secVOList',this.secVOList) + console.log(' res.data.data.secVOList',res.data.data.secVOList) }); }, getFormData(form) { -- Gitblit v1.9.3