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