Explorar el Código

fix 修复 遗漏字段

疯狂的狮子Li hace 7 meses
padre
commit
f84e95d735
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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,
   nodeType: undefined,
   nodeRatio: undefined,
   nodeRatio: undefined,
   applyNode: false,
   applyNode: false,
-  buttonList: []
+  buttonList: [],
+  businessCode: undefined,
+  businessTitle: undefined
 });
 });
 const dialog = reactive<DialogOption>({
 const dialog = reactive<DialogOption>({
   visible: false,
   visible: false,