@@ -837,7 +837,7 @@ export default {
},
// 更改每页数量
handleSizeChanges4(val) {
- this.policyList.pageSizes = val
+ this.policyList.pageSize = val
this.policyList.currentPages = 1
this.getPolicyList()
@@ -1271,7 +1271,7 @@ export default {