mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
update
This commit is contained in:
@@ -53,9 +53,10 @@ export function getMerchantList(query) {
|
||||
}
|
||||
|
||||
// 财务管理页面获取运营商列表
|
||||
export function getFinancialMerchantList() {
|
||||
export function getFinancialMerchantList(param) {
|
||||
return request({
|
||||
url: '/pile/merchant/getFinancialMerchantList',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params: param
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user