From 6e5dddd39f051cfe564c32ae5608729ad9260409 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 13 八月 2024 15:26:07 +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