From 238121be19655f63a45fc9c9c3d864801eb4471b Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 24 四月 2024 12:44:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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