浏览代码

Merge tag 'Hotfix-zh-96' into develop

Finish Hotfix-zh-96
howie 3 年之前
父节点
当前提交
51d7f4563e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/setting/sub_account.vue

+ 2 - 1
src/views/setting/sub_account.vue

@@ -184,7 +184,8 @@ export default {
       const params = {
         pageNum: this.currentPage,
         pageSize: this.pageSize,
-        customerId: this.customerId
+        customerId: this.customerId,
+         isMaster:false
       }
       getAccountList(params).then(res => {
         this.dataList = res.data.records