jiangping
2025-03-05 76d7d384741f5d1e7f2cd8564aba13974d983ee1
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')
  },