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