Browse Source

新闻列表查询默认传0

master
aBin 3 years ago
parent
commit
44c2177638
  1. 2
      src/views/OtherPages/NoticeNotice.vue
  2. 2
      src/views/OtherPages/PartyBuilding.vue
  3. 2
      src/views/OtherPages/SafeProduction.vue

2
src/views/OtherPages/NoticeNotice.vue

@ -100,7 +100,7 @@ export default {
const param = {
showPage: this.code,
year: this.year,
showType: '1',
showType: '0',
pageNum: this.pageNum,
pageSize: 10,
};

2
src/views/OtherPages/PartyBuilding.vue

@ -104,7 +104,7 @@ export default {
const param = {
showPage: this.code,
year: this.year,
showType: '1',
showType: '0',
pageNum: this.pageNum,
pageSize: 10,
};

2
src/views/OtherPages/SafeProduction.vue

@ -103,7 +103,7 @@ export default {
const param = {
showPage: this.code,
year: this.year,
showType: '1',
showType: '0',
pageNum: this.pageNum,
pageSize: 10,
};

Loading…
Cancel
Save