zhuliu 6 달 전
부모
커밋
cd3f4851fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/report/InvalidResponse/components/IPREmail/components/dialog/addOrEditIPREmail.vue

+ 1 - 0
src/views/report/InvalidResponse/components/IPREmail/components/dialog/addOrEditIPREmail.vue

@@ -114,6 +114,7 @@ export default {
         2:"代理所"
       }
       this.title = model=='add'?`添加${types[this.form.type]}邮箱`:`修改${types[this.form.type]}邮箱`
+      this.personnelList.data = []
       if(form.assoAccountId){
         this.focusPerson(form.accountName)
       }