diff --git a/src/views/modules/heart/actuserclocklog.vue b/src/views/modules/heart/actuserclocklog.vue index 542b10dd..fdae3915 100644 --- a/src/views/modules/heart/actuserclocklog.vue +++ b/src/views/modules/heart/actuserclocklog.vue @@ -1,59 +1,129 @@ @@ -95,6 +165,10 @@ export default { this.$router.push({ path: '/heart-actinfo', query: { id: id, actId: this.dataForm.actId } }) }, setRegistTime () { + if (this.time === null) { + this.dataForm.startTime = '' + this.dataForm.endTime = '' + } this.dataForm.startTime = this.time[0] this.dataForm.endTime = this.time[1] }, diff --git a/src/views/modules/heart/actuserrelation.vue b/src/views/modules/heart/actuserrelation.vue index b2e60b10..2ecc7e42 100644 --- a/src/views/modules/heart/actuserrelation.vue +++ b/src/views/modules/heart/actuserrelation.vue @@ -1,62 +1,137 @@ @@ -100,7 +175,7 @@ export default { backToActList () { this.$emit('refreshDataList') this.$parent.selectComponent = 'ActInfoList' - this.$router.push({ path: '/heart-actinfo'}) + this.$router.push({ path: '/heart-actinfo' }) }, detailHandle (id) { this.detailVisible = true @@ -110,6 +185,10 @@ export default { }) }, setRegistTime () { + if (this.time === null) { + this.dataForm.startTime = '' + this.dataForm.endTime = '' + } this.dataForm.startTime = this.time[0] this.dataForm.endTime = this.time[1] }, diff --git a/src/views/modules/user/volunteerinfo.vue b/src/views/modules/user/volunteerinfo.vue index 772da3c5..feed3706 100644 --- a/src/views/modules/user/volunteerinfo.vue +++ b/src/views/modules/user/volunteerinfo.vue @@ -83,8 +83,7 @@ 查看 - 审批