Commit 43ea4517 authored by 邓春圆's avatar 邓春圆

手动添加名字

parent 497156ea
......@@ -672,6 +672,7 @@ export default {
selectChange(val) {
if(val){
getCustomer(val).then(r => {
this.form.customerName = r.data.name
this.bankAccountList = r.data.customerBankAccountBackVOList
// this.$set(this.form, 'customerBank',r.data.bank )
// this.$set(this.form, 'customerBankAccount',r.data.bankNumber )
......@@ -862,6 +863,7 @@ export default {
watch:{
'form.customerId'(val){
this.selectChange(val)
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment