From e1feed4fb9f3a7722eb0cd646e73e6573bdfb6e1 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 16 四月 2024 20:56:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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