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

View File

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