wuguojie 11 mesi fa
parent
commit
e581951f30
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/customerManage/userSync/list.vue

+ 1 - 0
src/views/customerManage/userSync/list.vue

@@ -175,6 +175,7 @@ export default {
           api.userTransferOwner(this.userId, this.form.labelName).then(res => {
             if (res.code == 200) {
               this.$message.success(res.msg)
+              this.findPage()
             }
             this.transferUserShow = false;
           })