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