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) {
this.$message.error('请输入节点时间段天数');
return
return loading.close();
}
if (!this.form.routeNodeName) {
this.$message.error('请选择节点时间段');
return
return loading.close();
}
if (!this.form.taskType) {
this.$message.error('请选择任务类型');
return
return loading.close();
}
if (!this.form.taskSubdivision) {
this.$message.error('请选择任务细分');
return
return loading.close();
}
if (!this.form.taskStatus) {
this.$message.error('请选择任务状态');
return
return loading.close();
}
updateRouteCheckStatus({
routeCheckStatus: this.routeform.routeCheckStatus,