diff --git a/src/views/system/smUser/components/userAccount.vue b/src/views/system/smUser/components/userAccount.vue
index 0cbff9a..d7ce922 100644
--- a/src/views/system/smUser/components/userAccount.vue
+++ b/src/views/system/smUser/components/userAccount.vue
@@ -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;