From 18e9c3c8c5c05fb14b13d2a30a69af0165496f33 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 31 十月 2024 17:46:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/pages/staff/vehicle/sendACarDetail.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/h5/pages/staff/vehicle/sendACarDetail.vue b/h5/pages/staff/vehicle/sendACarDetail.vue
index 6e62334..f45166d 100644
--- a/h5/pages/staff/vehicle/sendACarDetail.vue
+++ b/h5/pages/staff/vehicle/sendACarDetail.vue
@@ -254,6 +254,10 @@
 					this.getDriveList()
 				} else {
 
+				}
+				if(this.info.driverId && this.info.driverName){
+						this.$set(this.param, 'driverId', this.info.driverId)
+						this.$set(this.param, 'driverName', this.info.driverName)
 				}
 				this.showApprModal = true
 			},

--
Gitblit v1.9.3