调整周任务

This commit is contained in:
liuwei
2025-06-11 09:39:40 +08:00
parent 9828b8ef8a
commit 1dc0df6294

View File

@@ -651,6 +651,8 @@ new Vue({
this.taskDialogVisible = false;
this.loadTasks();
this.loadStatistics();
}else{
this.$message.error(response.data.message);
}
} catch (error) {
this.$message.error(this.taskForm.task_id ? '更新任务失败' : '创建任务失败');