jiangping
2024-05-11 6548996bfac9dd02e21e1fd9519109fc8b5dfeb2
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 = ''