Browse Source

Finish Hotfix-zh-96

howie 3 years ago
parent
commit
fc4e8fc183
1 changed files with 2 additions and 1 deletions
  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