This commit is contained in:
墨大叔 2024-07-23 16:40:40 +08:00
parent f7bbf7b9f8
commit 97ccb2aa06

View File

@ -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;