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,
flowStatus: undefined,
nodeType: undefined,
nodeRatio: undefined,
wfNodeConfigVo: undefined,
wfDefinitionConfigVo: undefined
nodeRatio: undefined
});
const dialog = reactive<DialogOption>({
visible: false,