Browse Source

社区自查入参月份

V1.0
mk 2 years ago
parent
commit
67d41360e3
  1. 3
      src/views/modules/satisfaction/communitySelfInsp/formList.vue
  2. 4
      src/views/modules/satisfaction/communitySelfInsp/index.vue

3
src/views/modules/satisfaction/communitySelfInsp/formList.vue

@ -176,7 +176,8 @@ export default {
...this.formData,
pageNo: this.pageNo,
pageSize: this.pageSize,
agencyId: this.communityId
agencyId: this.communityId,
period:this.period
};
let url = '/governance/satisfaction/communitySelfInsp/inspResult/list'
const { data, code, msg } = await requestGet(url, params)

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

@ -132,7 +132,7 @@
</section>
<section class="bto-box">
<div id="myCharts" v-if="user.level != 'street'"></div>
<div id="myCharts" v-if="user.level == 'community'"></div>
<div v-else class="f-top16">
<el-table
:data="tableList"
@ -936,7 +936,7 @@ export default {
this.initData();
},
async initData() {
if (this.user.level != "street") {
if (this.user.level == "community") {
this.getCharts();
} else {
this.getTableData();

Loading…
Cancel
Save