Sfoglia il codice sorgente

修改接口入参

yumeng 1 anno fa
parent
commit
6e93aa0265
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/modules/policy-management/appRecharge.vue

+ 2 - 2
src/views/modules/policy-management/appRecharge.vue

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