载具绑定
This commit is contained in:
@@ -306,7 +306,7 @@ export default {
|
|||||||
/** 确认 */
|
/** 确认 */
|
||||||
async _vehicleBind () {
|
async _vehicleBind () {
|
||||||
this.disabled1 = true
|
this.disabled1 = true
|
||||||
if (this.val2 === '' || this.val3 === '' || this.val4 === '' || this.active4 === '') {
|
if (((this.val2 === '' || this.val3 === '' || this.val4 === '' || this.active4 === '') && this.show === false) || (this.show === true && this.val2 === '')) {
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user