zhuliu 6 maanden geleden
bovenliggende
commit
cd3f4851fc

+ 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)
       }