fix 修复 遗漏字段

dev
疯狂的狮子Li 4 months ago
parent dba12f25e2
commit f84e95d735

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

Loading…
Cancel
Save