xg
This commit is contained in:
parent
74b6ea0bb0
commit
deab2ebb0b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user