Commit fc3ae0ab authored by huangjie's avatar huangjie

集团详情-土地交易

parent e1d64660
......@@ -93,7 +93,9 @@ export default {
},
methods: {
handleEXCEL(){
if(value <= 2000){
this.loading = true;
}
this.$nextTick(() => {
this.$emit('clickEXCEL',this.value,this.title)
})
......
......@@ -249,10 +249,11 @@
params.forEach(item=>{
arr[item.fieldName] = item.value
})
this.queryParams.pageNum = 1
this.paramsData = {}
}else{
arr = params
}
this.paramsData = {}
if(arr){
if(arr.area){
let area = []
......@@ -358,10 +359,8 @@
},
//分页
handleCurrentChange(e){
let params = this.formParams()
params.pageNum = e
this.queryParams.pageNum = e
this.handleSearch(params,1)
this.handleSearch(this.paramsData,1)
this.$emit('handle-scroll')
},
getUipIdByCid(companyId){
......
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