From 66f7349eeb575e6ef26997204f9d8600cbee6cd8 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 16 四月 2024 20:56:01 +0800
Subject: [PATCH] 整合代码

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

diff --git a/Source/UBCS-WEB/src/views/integration/vciAttribute.vue b/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
index 940d3ab..b169485 100644
--- a/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
+++ b/Source/UBCS-WEB/src/views/integration/vciAttribute.vue
@@ -178,7 +178,7 @@
             })
           }
           const response = await editGroupAttr(saveList)
-          if (response.data.data.success) {
+          if (response.data.success) {
             this.$message.success('淇濆瓨鎴愬姛锛�')
           }
         }
@@ -197,7 +197,13 @@
         }
         const response = await syncGroupAttrMapping(syncList)
         if(response.data.success){
-          this.$message.success(response.data.msg)
+          this.$message.success(response.data.msg);
+          const params = {
+            'conditionMap[groupAttrKey_like]': 'RY_',
+            page: this.page.currentPage,
+            limit: this.page.pageSize
+          }
+          await this.onLoad(params)
         }
       }
     },

--
Gitblit v1.9.3