zhuliu 7 ماه پیش
والد
کامیت
7e649b2b67
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/views/report/InvalidResponse/components/dialog/editFlowPath.vue

+ 3 - 1
src/views/report/InvalidResponse/components/dialog/editFlowPath.vue

@@ -286,7 +286,9 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
             if(type.id){
               this.form.assoCasePhaseId = type.id
             }
-            
+            if(type.flowType){
+              this.form.flowType = type.flowType
+            }
             this.otherPerson = []
             if(this.$permission.FunPermissions('xiaoshi/sendEmail')){
               if(defaultSendEmail.indexOf(type+'')!=-1){