fix 修复 遗漏字段

This commit is contained in:
疯狂的狮子Li
2025-08-25 10:23:45 +08:00
parent dba12f25e2
commit f84e95d735

View File

@@ -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,