From 5f31da6db2f0acdf2287a973790ef2915c201e20 Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Sun, 3 Dec 2023 00:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B1=95=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E9=80=89=E6=8B=A9=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=B8=BA=E7=BB=BF=E8=89=B2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vehicle/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/vehicle/index.vue b/src/views/vehicle/index.vue index ef96233..f4c72cf 100644 --- a/src/views/vehicle/index.vue +++ b/src/views/vehicle/index.vue @@ -46,7 +46,8 @@ {{ vehicle.vin }} - 选择 + {{checkVin === vehicle.vin ? "已选择" : "选择"}} | 上线 @@ -308,6 +309,8 @@ export default { */ vehicleUnifiedOffline(){ unifiedOffline().then(response => { + // 一键离线清空车辆选择 + this.checkVin = null; this.$notify({ title: '操作提示', message: response.msg,