From 53907db0bb2b37f8d8ffbe423f49441302e81776 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Sat, 14 Sep 2024 09:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=BB=98=E8=AE=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mortgage/shanhaiGf.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/mortgage/shanhaiGf.vue b/src/views/mortgage/shanhaiGf.vue index 14cd690..17284be 100644 --- a/src/views/mortgage/shanhaiGf.vue +++ b/src/views/mortgage/shanhaiGf.vue @@ -396,7 +396,8 @@ // 根据参数名获取参数值 this.params.projectSid = searchParams.get('projectSid'); this.params.projectName = searchParams.get('projectName'); - this.params.orderDate = searchParams.get('orderDate'); + // this.params.orderDate = searchParams.get('orderDate'); + this.params.orderDate = getCurrentDate(); console.log("projectSid>>>>", this.params.projectSid) console.log("projectName>>>>", this.params.projectName) console.log("orderDate>>>>", this.params.orderDate)