This commit is contained in:
Lemon
2023-07-07 13:15:19 +08:00
parent 193fa58b2e
commit 753ed465f1
4 changed files with 13 additions and 5 deletions

View File

@@ -243,7 +243,10 @@ export default {
},
// 获取运营商列表
getFinancialMerchantList() {
getFinancialMerchantList().then((response) => {
const params = {
}
getFinancialMerchantList(params).then((response) => {
console.log("response", response)
this.merchantList = response.rows;
console.log("response.total", response.total)