From f297ca745c1d354e69ac1325b6068bb30b1d9700 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 31 十月 2024 19:18:09 +0800
Subject: [PATCH] 代码初始化

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