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

@@ -266,7 +266,7 @@ export default {
getMerchantList() {
getMerchantList().then((response) => {
// console.log("getMerchantList response", response);
this.merchantList = response.obj;
this.merchantList = response.data;
this.form.merchantId = this.merchantList[0].merchantId
})
},