remove 删除无用代码

This commit is contained in:
gssong 2024-12-14 14:32:30 +08:00
parent ae39338bf7
commit cba512f44f

View File

@ -154,9 +154,7 @@ const task = ref<FlowTaskVO>({
flowCode: undefined, flowCode: undefined,
flowStatus: undefined, flowStatus: undefined,
nodeType: undefined, nodeType: undefined,
nodeRatio: undefined, nodeRatio: undefined
wfNodeConfigVo: undefined,
wfDefinitionConfigVo: undefined
}); });
const dialog = reactive<DialogOption>({ const dialog = reactive<DialogOption>({
visible: false, visible: false,