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

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

View File

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