소스 검색

【调整】接口

howie 3 년 전
부모
커밋
d8cc65ab01
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