瀏覽代碼

fix 修复 遗漏字段

疯狂的狮子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,