diff --git a/src/views/modules/satisfaction/communitySelfInsp/index.vue b/src/views/modules/satisfaction/communitySelfInsp/index.vue index 9722d7e21..3942c486a 100644 --- a/src/views/modules/satisfaction/communitySelfInsp/index.vue +++ b/src/views/modules/satisfaction/communitySelfInsp/index.vue @@ -1046,8 +1046,6 @@ export default { resetSearch() { this.formData = {}; let date = new Date(); - this.formData.period = unit.formatDate(date,'yyyy-MM') - let date = new Date(); this.formData.period = util.formatDate(date, "yyyy-MM"); this.initData(); },