This commit is contained in:
2024-04-22 15:09:54 +08:00
parent 74b6ea0bb0
commit deab2ebb0b

View File

@ -622,23 +622,23 @@ export default {
}); });
if (!this.form.routeNodeDay) { if (!this.form.routeNodeDay) {
this.$message.error('请输入节点时间段天数'); this.$message.error('请输入节点时间段天数');
return return loading.close();
} }
if (!this.form.routeNodeName) { if (!this.form.routeNodeName) {
this.$message.error('请选择节点时间段'); this.$message.error('请选择节点时间段');
return return loading.close();
} }
if (!this.form.taskType) { if (!this.form.taskType) {
this.$message.error('请选择任务类型'); this.$message.error('请选择任务类型');
return return loading.close();
} }
if (!this.form.taskSubdivision) { if (!this.form.taskSubdivision) {
this.$message.error('请选择任务细分'); this.$message.error('请选择任务细分');
return return loading.close();
} }
if (!this.form.taskStatus) { if (!this.form.taskStatus) {
this.$message.error('请选择任务状态'); this.$message.error('请选择任务状态');
return return loading.close();
} }
updateRouteCheckStatus({ updateRouteCheckStatus({
routeCheckStatus: this.routeform.routeCheckStatus, routeCheckStatus: this.routeform.routeCheckStatus,