From 04d59f2664e399e691e6212c0a4e1ed2a18e1917 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 05 十一月 2024 09:59:18 +0800 Subject: [PATCH] feat:集装箱号bug --- 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