update 查询运营商列表

This commit is contained in:
Guoqs
2024-07-10 14:38:52 +08:00
parent 965b360059
commit bcb7d448ed

View File

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