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