修改创建任务

This commit is contained in:
lq
2025-09-24 16:53:14 +08:00
parent 7bb1984b3b
commit e7a4d9383d
3 changed files with 46 additions and 14 deletions

View File

@ -253,7 +253,6 @@ const handleAddTask = () => {
};
const handleCreateTask = async (value) => {
console.log('handleCreateTask', value);
const res = await createTask(value);
if (res && res.code === 200) {
message.success('创建成功');