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