zhuliu 7 meses atrás
pai
commit
7e649b2b67

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