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

@@ -205,8 +205,9 @@ export default {
},
getMerchantList() {
getMerchantList().then((response) => {
this.merchantList = response.rows;
console.log("merchantList", this.merchantList)
console.log("getMerchantList response.rows:", response.data);
this.merchantList = response.data;
console.log("getMerchantList merchantList", this.merchantList)
});
},
/** 搜索按钮操作 */

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
})
},

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)
});
},

View File

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

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
})
},

View File

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

View File

@@ -372,7 +372,7 @@ export default {
},
getMerchantList() {
getMerchantList().then((response) => {
this.merchantList = response.rows;
this.merchantList = response.data;
});
},
// 查询站点信息