k94314517
2024-04-12 bba77182f3f07fc6faa9a6ab1df7efb2b649b995
company/src/components/business/OpearaUnionApply.vue
@@ -213,8 +213,8 @@
    },
    changeTime (e) {
      if (e.length > 0) {
        this.form.startDate = e[0]
        this.form.endDate = e[1]
        this.form.startDate = e[0]+ ' 00:00:00'
        this.form.endDate =  e[1] + ' 23:59:59'
      } else {
        this.form.startDate = ''
        this.form.endDate = ''