mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 09:52:27 +00:00
fix 修复 遗漏字段
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user