diff --git a/src/views/modules/communityService/worklog/workLog.vue b/src/views/modules/communityService/worklog/workLog.vue
index 347ef2ca3..397e07ce3 100644
--- a/src/views/modules/communityService/worklog/workLog.vue
+++ b/src/views/modules/communityService/worklog/workLog.vue
@@ -70,6 +70,18 @@
placeholder="请输入内容">
+
+
+
+
0) {
+ this.workLog.serviceTimeStart = this.serviceTimeArea[0];
+ this.workLog.serviceTimeEnd = this.serviceTimeArea[1];
+ }
+
const url = "/heart/workdiaryService/record/page"
// const url = "http://yapi.elinkservice.cn/mock/245/heart/workdiaryService/record/page"
let params = {
@@ -522,8 +544,11 @@ export default {
applicantName: '',
applicantAddress: '',
applicantMobile: '',
- serviceContent: ''
+ serviceContent: '',
+ serviceTimeStart: '',
+ serviceTimeEnd: ''
}
+ this.serviceTimeArea = ''
this.pageSize = 10
this.pageNo = 0
this.loadTable()
diff --git a/src/views/modules/communityService/worklog/workLogForm.vue b/src/views/modules/communityService/worklog/workLogForm.vue
index 9566bd64d..0920d3e60 100644
--- a/src/views/modules/communityService/worklog/workLogForm.vue
+++ b/src/views/modules/communityService/worklog/workLogForm.vue
@@ -97,9 +97,13 @@
style="display: block"
label-width="150px"
prop="serviceTime">
-
+
+