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