Browse Source

完善贷前信用审核

master
yunuo970428 2 years ago
parent
commit
779aecc96a
  1. 4
      anrui-riskcenter-ui/src/views/creditauditmanagement/creditauditmanagementAdd.vue

4
anrui-riskcenter-ui/src/views/creditauditmanagement/creditauditmanagementAdd.vue

@ -379,10 +379,10 @@ export default {
const choose = this.customer_list.filter((item) => item.name === value) const choose = this.customer_list.filter((item) => item.name === value)
if (choose.length > 0) { if (choose.length > 0) {
this.formobj.custSid = choose[0].sid this.formobj.custSid = choose[0].sid
this.formobj.mobile = choose[0].mobile this.formobj.phone = choose[0].mobile
} else { } else {
this.formobj.custSid = '' this.formobj.custSid = ''
this.formobj.mobile = '' this.formobj.phone = ''
} }
}, },
capitalChange(value) { capitalChange(value) {

Loading…
Cancel
Save