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

@@ -479,7 +479,7 @@ export default {
},
getMerchantList() {
getMerchantList().then((response) => {
this.merchantList = response.rows;
this.merchantList = response.data;
});
},
getModelList() {