This commit is contained in:
2022-07-07 13:33:31 +08:00
parent a227548f38
commit 847acd0390
6 changed files with 26 additions and 26 deletions

View File

@@ -199,7 +199,7 @@
message: '请选择窑炉',
type: 'warning'
})
} else if (this.processType !== 0 || this.processType !== 1) {
} else if (this.processType !== 0 && this.processType !== 1) {
this.$message.warning('请选择加工类型')
} else {
this.$confirm(`确定提交任务?`, '提示', {