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,