From c50686f775664c5a722f4b5ad7afde1e5214b14d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 十一月 2024 19:07:21 +0800
Subject: [PATCH] 最新版本541200007

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