This commit is contained in:
2022-07-06 16:59:18 +08:00
parent 89ebeeb791
commit a227548f38
20 changed files with 228 additions and 171 deletions

View File

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