no message
This commit is contained in:
@@ -336,11 +336,13 @@ export default {
|
|||||||
})
|
})
|
||||||
} else if (this.type === 'SCANER') {
|
} else if (this.type === 'SCANER') {
|
||||||
if (!this.vcode) {
|
if (!this.vcode) {
|
||||||
this.$message('请填写载具号')
|
this.disabled = false
|
||||||
|
this.$message.error('请填写载具号')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!this.value1) {
|
if (!this.value1) {
|
||||||
this.$message('请选择目的地')
|
this.disabled = false
|
||||||
|
this.$message.error('请选择目的地')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const arr = []
|
const arr = []
|
||||||
|
|||||||
Reference in New Issue
Block a user