CzRger hai 21 horas
pai
achega
7567fd63a9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/workflow/instance/if-else/default.ts

+ 1 - 0
src/views/workflow/instance/if-else/default.ts

@@ -4,6 +4,7 @@ import { v4 } from 'uuid'
 const nodeDefault = {
   defaultValue: () => ({
     cases: [], // handle字段
+    elseCaseId: '', // handle字段
   }),
   caseValue: () => ({
     id: v4(),