Browse Source

完善还款计划表

master
yunuo970428 9 months ago
parent
commit
108ef4ede6
  1. 4
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

4
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

@ -324,6 +324,8 @@ export default {
singleOtherMidRepay: '', singleOtherMidRepay: '',
singleOtherLastRepay: '', singleOtherLastRepay: '',
userSid: '', userSid: '',
bankSid: '',
otherBankSid: '',
solutionsDetailsssVo: [] solutionsDetailsssVo: []
}, },
rules: { rules: {
@ -434,6 +436,8 @@ export default {
singleOtherMidRepay: '', singleOtherMidRepay: '',
singleOtherLastRepay: '', singleOtherLastRepay: '',
userSid: '', userSid: '',
bankSid: '',
otherBankSid: '',
solutionsDetailsssVo: [] solutionsDetailsssVo: []
} }
this.submitdisabled = false this.submitdisabled = false

Loading…
Cancel
Save