zhuliu 7 месяцев назад
Родитель
Сommit
9a7111ad79

+ 4 - 0
src/views/report/components/dialog/components/handelPersonTable.vue

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