From b4c8f31bcfe849cf979ab3a6d77311681b68c6a4 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 01 十一月 2024 14:06:00 +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