Browse Source

完善资方管理、金融产品政策报备

master
yunuo970428 2 years ago
parent
commit
f2a2d6c4dd
  1. 2
      anrui-riskcenter-ui/src/api/financialpolicyreporting/financialpolicyreporting.js
  2. 4
      anrui-riskcenter-ui/src/views/capital/capitalAdd.vue

2
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' }

4
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
})
}
})

Loading…
Cancel
Save