diff --git a/src/pages/proj/VehicleBind.vue b/src/pages/proj/VehicleBind.vue index 9abf2e8..7f0ebfb 100644 --- a/src/pages/proj/VehicleBind.vue +++ b/src/pages/proj/VehicleBind.vue @@ -296,7 +296,7 @@ export default { }, dropdownMenu4 (i) { this.active4 = i + '' - if (this.option4[i].value === '1') { + if (this.option4[i].value === '1' || this.option4[i].value === '4') { this.show = true } else { this.show = false