heyujie
2022-05-05 c7ec9e17f6e48335912bad1c07df56ba8eb8f662
page subuser
1个文件已修改
5 ■■■■■ 已修改文件
src/views/personalCenter/components/SubAccount.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/personalCenter/components/SubAccount.vue
@@ -430,7 +430,12 @@
      }).then((res) => {
        if (res.success) {
          this.dataList = res.data.dataList;
          this.total = res.data.total
        }else{
          this.$notify.error("加载子账户列表失败")
        }
      }).catch((e) => {
          this.$notify.error(e.msg)
      });
    },
    goback() {