Browse Source

社区自查报错

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

2
src/views/modules/satisfaction/communitySelfInsp/index.vue

@ -1045,6 +1045,8 @@ export default {
//
resetSearch() {
this.formData = {};
let date = new Date();
this.formData.period = unit.formatDate(date,'yyyy-MM')
this.initData();
},
handleView(row) {

Loading…
Cancel
Save