jiangping
2025-03-07 c7bf8d9b6b63b28ecf8755301d0b66d94dcfe58f
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')
  },