调整周任务
This commit is contained in:
@@ -651,6 +651,8 @@ new Vue({
|
|||||||
this.taskDialogVisible = false;
|
this.taskDialogVisible = false;
|
||||||
this.loadTasks();
|
this.loadTasks();
|
||||||
this.loadStatistics();
|
this.loadStatistics();
|
||||||
|
}else{
|
||||||
|
this.$message.error(response.data.message);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.$message.error(this.taskForm.task_id ? '更新任务失败' : '创建任务失败');
|
this.$message.error(this.taskForm.task_id ? '更新任务失败' : '创建任务失败');
|
||||||
|
|||||||
Reference in New Issue
Block a user