From d9183aa80ae17d36b79dda48c6b1d7fa22a80ee3 Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期三, 22 一月 2025 11:20:41 +0800
Subject: [PATCH] 现场型号代号/人员/组织接口调试

---
 Source/UBCS-WEB/src/views/integration/vciAttribute.vue |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/integration/vciAttribute.vue b/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
index 33230eb..3db4280 100644
--- a/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
+++ b/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
@@ -129,7 +129,6 @@
   },
   methods: {
     searchHandler() {
-      console.log(this.searchSelect)
       const params = {
         [`conditionMap[${this.searchSelect}_like]`]: this.searchValue,
         page: this.page.currentPage,
@@ -191,12 +190,9 @@
 
       // row.codeMetaAttrName鍥犱负涓嬫媺妗唙alue鍊煎師鍥犵粦瀹氫负codeMetaAttrOid
       let updataList = []
-      // console.log(this.ChangeName)
-      // console.log(row.codeMetaAttrName)
       // if (this.ChangeName && this.ChangeName === row.codeMetaAttrName) {
       //   updataList = this.codeMetaColumn.dicData.find(item => item.codeMetaAttrOid === row.codeMetaAttrOid)
       // } else {
-      //   console.log('2')
       //     updataList = this.codeMetaColumn.dicData.find(item => item.codeMetaAttrOid === row.codeMetaAttrName)
       // }
       updataList = this.codeMetaColumn.dicData.find(item => item.codeMetaAttrOid === row.codeMetaAttrName)
@@ -266,7 +262,6 @@
           this.$message.success('淇濆瓨鎴愬姛锛�')
           await this.onLoad()
         }
-
       }
     },
     async syncHandler() {

--
Gitblit v1.9.3