tianq 3 years ago
parent
commit
977862e30b
  1. 6
      src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue

6
src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue

@ -288,7 +288,7 @@
<el-table-column
prop="categoryName"
align="center"
label="类别"
label="综治人群类别"
:show-overflow-tooltip="true"
>
</el-table-column>
@ -592,6 +592,10 @@ export default {
.post("/actual/base/communityQuarters/listQuartersOptions", {
gridId: this.fmData.gridId,
agencyId: this.fmData.agencyId,
//
isPage:false,
pageNo:null,
pageSize:null
// agencyId: user.agencyId
})
.then(({ data: res }) => {

Loading…
Cancel
Save