ll
liukangdong
2025-03-05 886de155147766e78199b7f85346f553fb88bc1d
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')
  },