mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 16:17:31 +08:00
fix 修复 遗漏字段
This commit is contained in:
parent
dba12f25e2
commit
f84e95d735
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user