123
This commit is contained in:
@@ -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