From 48a4ff3409804fc62139a9fa9fc05498cbc0a0ce Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 05 九月 2024 17:41:02 +0800
Subject: [PATCH] feat:库管拼单

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

diff --git a/pages/driver-page/appointment/appointment.vue b/pages/driver-page/appointment/appointment.vue
index 5ca0b01..e801625 100644
--- a/pages/driver-page/appointment/appointment.vue
+++ b/pages/driver-page/appointment/appointment.vue
@@ -65,12 +65,14 @@
 			};
 		},
 		onLoad(params) {
+			console.log(params,'params')
 			if (params.type == '鍏ュ満鐢宠') {
 				this.isRCSQ = true;
 				this.rcsqData.originalYyId = params.yyId;
 				// this.yuYueSection = params.yuYueSection
 				this.yuYueSection = this.getNowFormatDate();
 			}
+			this.yuYueSection = this.getNowFormatDate();
 			this.yuYuePostParams.takeCoalId = params.takeCoalId;
 			this.yuYueListParams.filedId = params.filedId;
 			this.yuYueListParams.deptId = params.deptId;

--
Gitblit v1.9.1