Commit fc3ae0ab authored by huangjie's avatar huangjie

集团详情-土地交易

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