heyujie
2022-05-07 215823d4a764d87b3e4c13767f748e61f06aebfc
add sub user reset
1个文件已修改
6 ■■■■ 已修改文件
src/views/personalCenter/components/SubAccount.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/personalCenter/components/SubAccount.vue
@@ -29,7 +29,7 @@
    </div>
    <div class="btns">
      <div class="button add" @click="isShowAdd = true">
      <div class="button add" @click="addSubCount">
        <span class="iconfont">&#xe614;</span>
        <span>添加子账号</span>
      </div>
@@ -354,6 +354,10 @@
        }
      });
    },
    addSubCount(){
      this.isShowAdd = true
      this.resetUser()
    },
    editUser(row) {
      this.isShowAdd = true;
      this.isEditing = true;