Browse Source

共性需求列表bug

feature
duanliangtao 2 years ago
parent
commit
ba99e47757
  1. 2
      src/views/dataBoard/overview/components/MapDialog/DemandList.vue

2
src/views/dataBoard/overview/components/MapDialog/DemandList.vue

@ -129,7 +129,7 @@ export default {
}, },
getCommonList() { getCommonList() {
this.$http.post('/governance/commonDemand/list', { this.$http.post('/governance/commonDemand/list', {
categoryCode: this.categoryCode, parentCategoryCode: this.categoryCode,
assignFlag: '0', assignFlag: '0',
pageNo: this.queryParams.pageNo pageNo: this.queryParams.pageNo
}).then(res => { }).then(res => {

Loading…
Cancel
Save