Procházet zdrojové kódy

【调整】接口

howie před 3 roky
rodič
revize
d8cc65ab01
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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