From 0fd73b26d4e3c5d2dc153429ef82bf2fd8f77168 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 12 十二月 2024 19:49:30 +0800
Subject: [PATCH] ll
---
h5/pages/staff/vehicle/sendACar.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/h5/pages/staff/vehicle/sendACar.vue b/h5/pages/staff/vehicle/sendACar.vue
index 53e9809..1b28f44 100644
--- a/h5/pages/staff/vehicle/sendACar.vue
+++ b/h5/pages/staff/vehicle/sendACar.vue
@@ -123,6 +123,10 @@
param.queryStartTime = param.queryDate + ' 00:00:00'
param.queryEndTime = param.queryDate + ' 23:59:59'
}
+ if(param.carCode == '鍏ㄩ儴杞﹁締'){
+ param.carCode = null
+ param.carId = null
+ }
carUseBookPaiche({
...pagination,
model: { ...param }
--
Gitblit v1.9.3