From 3f079871be6f5706deb82adda821f0dcc03fba24 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 23 二月 2024 17:05:06 +0800
Subject: [PATCH] 主题库定义模板属性高级查询

---
 Source/UBCS-WEB/src/views/docking/info.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue
index a7f8a0a..eea767b 100644
--- a/Source/UBCS-WEB/src/views/docking/info.vue
+++ b/Source/UBCS-WEB/src/views/docking/info.vue
@@ -365,7 +365,6 @@
       this.$refs.infoForm.formData = this.editAttribute;
       this.$refs.infoForm.showSubmitDialog = true;
       //header瀵硅薄
-      console.log(row)
       HeaderRequest(1, -1, {'conditionMap[infoOid]': row.oid}).then(res => {
         this.$refs.infoForm.formData.sysIntHeaderVOs = res.data.data.records;
       })
@@ -374,8 +373,6 @@
         this.$refs.infoForm.formData.sysIntParamVOs = res.data.data.records;
       })
     },
-
-
     deleteSave(row, index) {
       this.$confirm("鍒犻櫎鏁版嵁灏嗘棤娉曡鎭㈠, 鏄惁缁х画?", "鎻愮ず", {
         iconClass: 'el-icon-question',

--
Gitblit v1.9.3