debug
This commit is contained in:
parent
f7bbf7b9f8
commit
97ccb2aa06
|
@ -62,7 +62,7 @@ export default {
|
|||
// 获取用户设备列表
|
||||
getBillList(landlordId) {
|
||||
this.loading = true;
|
||||
this.queryParams.landlordId = landlordId | this.landlordId;
|
||||
this.queryParams.mchId = landlordId | this.landlordId;
|
||||
listBill(this.queryParams).then(response => {
|
||||
this.billList = response.rows;
|
||||
this.total = response.total;
|
||||
|
|
Loading…
Reference in New Issue
Block a user