Browse Source

完善还款计划表

master
yunuo970428 1 year ago
parent
commit
ddd58d5e37
  1. 2
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue

2
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentschedule.vue

@ -251,7 +251,7 @@ export default {
},
toEdit() {
if (this.sids.length === 1) {
if (this.multipleSelection[0].bankContractNo !== '' && this.multipleSelection[0].builded === '') {
if (this.multipleSelection[0].bankContractNo !== '' && this.multipleSelection[0].builded === '') {
this.viewState = 2
this.$refs['divAdd'].showEdit(this.sids[0])
} else {

Loading…
Cancel
Save