mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
feat: gantt block suprt process update
This commit is contained in:
parent
b6db10944d
commit
3e01b71234
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user