This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
digital_park_static
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改分页
master
王饶冀
3 years ago
parent
7f19b1cb61
commit
638cc24740
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/InvestmentServiceList.vue
+ 1
- 1
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/InvestmentServiceList.vue
View File
@@ -181,7 +181,7 @@ export default {
this.queryParams.capacityRangeId = "";
this.queryParams.areaRangeId = "";
this.queryParams.page = 1;
this.queryParams.pageSize = 1
0
;
this.queryParams.pageSize = 1
2
;
this.getListData();
},
// 分页切换
Write
Preview
Loading…
Cancel
Save