载具绑定

This commit is contained in:
2024-01-03 16:48:16 +08:00
parent d7c5869d16
commit 17dcdec9f6

View File

@@ -306,7 +306,7 @@ export default {
/** 确认 */
async _vehicleBind () {
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
return
}