update 查询运营商列表

This commit is contained in:
Guoqs
2024-07-10 14:38:29 +08:00
parent d43042e937
commit 965b360059
9 changed files with 11 additions and 10 deletions

View File

@@ -222,7 +222,7 @@ export default {
},
getMerchantList() {
getMerchantList().then((response) => {
this.merchantList = response.rows;
this.merchantList = response.data;
console.log("merchantList", this.merchantList)
});
},

View File

@@ -277,7 +277,7 @@ export default {
},
getMerchantList() {
getMerchantList().then((response) => {
this.merchantList = response.rows;
this.merchantList = response.data;
console.log("merchantList", this.merchantList)
});
},