Commit 850fc3d1 authored by huangjie's avatar huangjie

*

parent f34ac7b3
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
}, },
searchPram:{ searchPram:{
businessId:this.detailId ? this.detailId : parseInt(this.$route.query.id), businessId:this.detailId ? this.detailId : parseInt(this.$route.query.id),
pageSize:10, pageSize:20,
pageNum:1, pageNum:1,
state:null, state:null,
}, },
......
...@@ -212,7 +212,7 @@ export default { ...@@ -212,7 +212,7 @@ export default {
cityId: [], cityId: [],
districtId: [], districtId: [],
pageNum:1, pageNum:1,
pageSize:10, pageSize:20,
}, },
domicile:[], domicile:[],
projectType:[],//项目类型 projectType:[],//项目类型
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
cityId: [], cityId: [],
districtId: [], districtId: [],
pageNum:1, pageNum:1,
pageSize:10, pageSize:20,
} }
this.getList(1) this.getList(1)
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment