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