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