From f2a2d6c4dd0553c131c65f3bd6f79e052a9dea11 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 17 Aug 2023 09:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=B5=84=E6=96=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=81=E9=87=91=E8=9E=8D=E4=BA=A7=E5=93=81=E6=94=BF?= =?UTF-8?q?=E7=AD=96=E6=8A=A5=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/financialpolicyreporting/financialpolicyreporting.js | 2 +- anrui-riskcenter-ui/src/views/capital/capitalAdd.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anrui-riskcenter-ui/src/api/financialpolicyreporting/financialpolicyreporting.js b/anrui-riskcenter-ui/src/api/financialpolicyreporting/financialpolicyreporting.js index 9b8f80cbb3..96ef8a9598 100644 --- a/anrui-riskcenter-ui/src/api/financialpolicyreporting/financialpolicyreporting.js +++ b/anrui-riskcenter-ui/src/api/financialpolicyreporting/financialpolicyreporting.js @@ -88,7 +88,7 @@ export default { // 流程审批(撤回) revokeProcess: function(params) { return request({ - url: '/buscenter/v1/loanfinpolicyrecordapply/revokeProcess', + url: '/riskcenter/v1/loanfinpolicyrecordapply/revokeProcess', method: 'post', data: params, headers: { 'Content-Type': 'application/json' } diff --git a/anrui-riskcenter-ui/src/views/capital/capitalAdd.vue b/anrui-riskcenter-ui/src/views/capital/capitalAdd.vue index d6fa85969f..a51be56e30 100644 --- a/anrui-riskcenter-ui/src/views/capital/capitalAdd.vue +++ b/anrui-riskcenter-ui/src/views/capital/capitalAdd.vue @@ -123,7 +123,11 @@ export default { if (res.success) { this.$message({ showClose: true, type: 'success', message: '保存成功' }) this.handleReturn('true') + } else { + this.submitdisabled = false } + }).catch(() => { + this.submitdisabled = false }) } })