diff --git a/src/views/modules/communityService/worklog/workLog.vue b/src/views/modules/communityService/worklog/workLog.vue index 397e07ce3..ec639db5d 100644 --- a/src/views/modules/communityService/worklog/workLog.vue +++ b/src/views/modules/communityService/worklog/workLog.vue @@ -71,15 +71,15 @@ + prop="serviceTimeArea"> + end-placeholder="结束日期"> 0) { this.workLog.serviceTimeStart = this.serviceTimeArea[0]; this.workLog.serviceTimeEnd = this.serviceTimeArea[1]; + }else { + this.workLog.serviceTimeStart = ''; + this.workLog.serviceTimeEnd = ''; } const url = "/heart/workdiaryService/record/page"