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