|
@@ -1898,7 +1898,7 @@ export default {
|
|
},
|
|
},
|
|
//撤销
|
|
//撤销
|
|
remove(item) {
|
|
remove(item) {
|
|
- this.getAction("/financePayment/rechargeApplication/delete", { id: item.id })
|
|
|
|
|
|
+ this.getAction("/financePayment/rechargeApplication/delete", { id: item })
|
|
.then((res) => {
|
|
.then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.$message.success("撤销成功");
|
|
this.$message.success("撤销成功");
|
|
@@ -2151,7 +2151,7 @@ export default {
|
|
that.okFour(paramsFour);
|
|
that.okFour(paramsFour);
|
|
} else {
|
|
} else {
|
|
const params = {
|
|
const params = {
|
|
- id: that.queryByIdList.id,
|
|
|
|
|
|
+ id: that.queryByIdList.id,·
|
|
auditStatus:
|
|
auditStatus:
|
|
that.queryByIdList.auditStatus == 1
|
|
that.queryByIdList.auditStatus == 1
|
|
? 2
|
|
? 2
|