123
This commit is contained in:
@@ -44,7 +44,7 @@ export function accountCashClose(id) {
|
||||
export function accountCashBatchSuccess(ids) {
|
||||
return request({
|
||||
url: '/cai/accountCash/batchSuccess',
|
||||
method: 'get',
|
||||
params: {ids}
|
||||
method: 'post',
|
||||
data: {ids}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ export default {
|
||||
});
|
||||
},
|
||||
handleBatchSuccess() {
|
||||
const ids = this.ids.split(",");
|
||||
const ids = this.ids;
|
||||
this.$modal.confirm('是否批量确认通过该提现?').then(() => {
|
||||
this.loading = true;
|
||||
return accountCashBatchSuccess(ids);
|
||||
|
||||
Reference in New Issue
Block a user