田源
2024-04-16 66f7349eeb575e6ef26997204f9d8600cbee6cd8
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)
        }
      }
    },