From 66dd4ae374bf09c689bdb078c1e7b3522059bfdf Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 16 十月 2024 17:23:18 +0800
Subject: [PATCH] feat:h5配置

---
 pages/driver-page/appointment/appointment.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/driver-page/appointment/appointment.vue b/pages/driver-page/appointment/appointment.vue
index ffd69f3..0151066 100644
--- a/pages/driver-page/appointment/appointment.vue
+++ b/pages/driver-page/appointment/appointment.vue
@@ -74,6 +74,7 @@
 			this.yuYueListParams.filedId = params.filedId;
 			this.yuYueListParams.deptId = params.deptId;
 			this.yuYueListParams.sendDate = params.sendDate;
+			this.yuYueListParams.coalName = params.coalName;
 			this.coalStatus = params.coalStatus;
 			this.tmId = params.tmId
 		},

--
Gitblit v1.9.1