feat: gantt block suprt process update

This commit is contained in:
katherinehhh 2023-02-01 16:11:28 +08:00
parent b6db10944d
commit 3e01b71234

View File

@ -377,7 +377,6 @@ export const Gantt: any = (props:any) => {
[fieldNames.progress]: task.progress / 100, [fieldNames.progress]: task.progress / 100,
}, },
}); });
await ctx.service.refresh();
}; };
const handleTaskChange = async (task: Task) => { const handleTaskChange = async (task: Task) => {
await resource.update({ await resource.update({