zhuliu преди 7 месеца
родител
ревизия
9a7111ad79
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/views/report/components/dialog/components/handelPersonTable.vue

+ 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(){