Browse Source

重复代码

feature
mk 1 year ago
parent
commit
ff5f83d182
  1. 2
      src/views/modules/satisfaction/communitySelfInsp/index.vue

2
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();
},

Loading…
Cancel
Save