|
@@ -314,6 +314,10 @@ export default {
|
|
this.$set(row,'email',item.email)
|
|
this.$set(row,'email',item.email)
|
|
this.$set(row,'iprPersonId',item.id)
|
|
this.$set(row,'iprPersonId',item.id)
|
|
this.$set(row,'assoAccountId',item.assoAccountId)
|
|
this.$set(row,'assoAccountId',item.assoAccountId)
|
|
|
|
+ this.$set(row,'accountName',item.accountName)
|
|
|
|
+ if(item.assoAccountId){
|
|
|
|
+ this.focusPerson(item.accountName)
|
|
|
|
+ }
|
|
this.currentEditField = field
|
|
this.currentEditField = field
|
|
},
|
|
},
|
|
handleInput(){
|
|
handleInput(){
|