From 886de155147766e78199b7f85346f553fb88bc1d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 05 三月 2025 09:56:41 +0800 Subject: [PATCH] ll --- h5/pages/staff/vehicle/apply.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/h5/pages/staff/vehicle/apply.vue b/h5/pages/staff/vehicle/apply.vue index 0112528..93b9bca 100644 --- a/h5/pages/staff/vehicle/apply.vue +++ b/h5/pages/staff/vehicle/apply.vue @@ -132,7 +132,7 @@ }, onLoad(option) { console.log(option) - this.param = { ...option } + this.param = { ...this.param, ...option } this.minDate = new Date().getTime() this.param.planUseDate = dayjs(this.param.startTime).format('YYYY-MM-DD HH:mm') }, -- Gitblit v1.9.3