疯狂的狮子Li пре 7 месеци
родитељ
комит
f84e95d735
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/components/Process/submitVerify.vue

+ 3 - 1
src/components/Process/submitVerify.vue

@@ -217,7 +217,9 @@ const task = ref<FlowTaskVO>({
   nodeType: undefined,
   nodeRatio: undefined,
   applyNode: false,
-  buttonList: []
+  buttonList: [],
+  businessCode: undefined,
+  businessTitle: undefined
 });
 const dialog = reactive<DialogOption>({
   visible: false,