From e87cae414d0691287b1437d525a0447beb29913f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 08 五月 2024 09:00:21 +0800
Subject: [PATCH] git ch
---
company/src/components/business/OpearaUnionApply.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/company/src/components/business/OpearaUnionApply.vue b/company/src/components/business/OpearaUnionApply.vue
index b76e31c..5892db2 100644
--- a/company/src/components/business/OpearaUnionApply.vue
+++ b/company/src/components/business/OpearaUnionApply.vue
@@ -25,7 +25,7 @@
<el-form-item label="淇濋櫓鐢熸晥璧锋鏈燂細" prop="startDate" style="margin-left: 40px">
<div style="display: flex; flex-direction: column;">
<el-date-picker
- @change="changeTime"
+ @change="changeTime"
v-model="time"
type="daterange"
format="yyyy 骞� MM 鏈� dd 鏃�"
@@ -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 = ''
--
Gitblit v1.9.3