liukangdong
2025-03-06 b92ca63c89b74404c3684f18c734d83531a9dd3f
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')
  },