no message

This commit is contained in:
蔡玲
2024-09-26 16:58:29 +08:00
parent 5a3ecc9a93
commit 9c3dd5d743

View File

@@ -336,11 +336,13 @@ export default {
})
} else if (this.type === 'SCANER') {
if (!this.vcode) {
this.$message('请填写载具号')
this.disabled = false
this.$message.error('请填写载具号')
return
}
if (!this.value1) {
this.$message('请选择目的地')
this.disabled = false
this.$message.error('请选择目的地')
return
}
const arr = []