From 27cf04fbbc844b3c0fb758d165d030c4929e466d Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 06 九月 2023 10:35:03 +0800
Subject: [PATCH] 主数据固定码段 默认值

---
 Source/UBCS-WEB/src/components/FormTemplate/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
index 9f31ce4..8597543 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -244,7 +244,7 @@
             } else {
               this.showResembleQuery = false;
             }
-            console.log(this.hasResemble, "this.hasResemblethis.hasResemble");
+            // console.log(this.hasResemble, "this.hasResemblethis.hasResemble");
             this.$nextTick(() => {
               this.$refs.FormTemplate.templateRender(
                 res.data.formDefineVO.items
@@ -277,6 +277,8 @@
             "codeattrsec",
             //鏃ユ湡鐮佹
             "codedatesec",
+            //灞傜骇鐮佹
+            "codelevelsec",
           ];
           this.secVOList = (res.data.data.secVOList || []).filter((item) =>
             typeList.includes(item.secType)
@@ -291,8 +293,8 @@
             this.showCodeApply = false;
           }
         }
-        console.log(' this.secVOList',this.secVOList)
-        console.log(' res.data.data.secVOList',res.data.data.secVOList)
+        // console.log(' this.secVOList',this.secVOList)
+        // console.log(' res.data.data.secVOList',res.data.data.secVOList)
       });
     },
     getFormData(form) {

--
Gitblit v1.9.3