From 0c51ea5f39e11279ccebbad241cbb09aa74ee1a2 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 13 十二月 2024 20:03:08 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 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