From 17dcdec9f6119d4a16a4991a056c1e68151877ed Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 3 Jan 2024 16:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BD=E5=85=B7=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/proj/VehicleBind.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/proj/VehicleBind.vue b/src/pages/proj/VehicleBind.vue index 494f5a7..7e04981 100644 --- a/src/pages/proj/VehicleBind.vue +++ b/src/pages/proj/VehicleBind.vue @@ -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 }