Commit 850fc3d1 authored by huangjie's avatar huangjie

*

parent f34ac7b3
......@@ -91,7 +91,7 @@
},
searchPram:{
businessId:this.detailId ? this.detailId : parseInt(this.$route.query.id),
pageSize:10,
pageSize:20,
pageNum:1,
state:null,
},
......
......@@ -212,7 +212,7 @@ export default {
cityId: [],
districtId: [],
pageNum:1,
pageSize:10,
pageSize:20,
},
domicile:[],
projectType:[],//项目类型
......@@ -332,7 +332,7 @@ export default {
cityId: [],
districtId: [],
pageNum:1,
pageSize:10,
pageSize:20,
}
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