Commit a972d1e6 authored by huangjie's avatar huangjie

集团详情-土地交易

parent fddf23e0
...@@ -262,11 +262,13 @@ ...@@ -262,11 +262,13 @@
}, },
handleChange(key,name) { handleChange(key,name) {
if(key === '1'){ if(key === '1'){
this.queryParams.pageNum = 1
this.supplyLandWay = name this.supplyLandWay = name
this.paramsData.supplyLandWay = name this.paramsData.supplyLandWay = name
this.handleSearch(this.paramsData,1) this.handleSearch(this.paramsData,1)
} }
if(key === '2'){ if(key === '2'){
this.queryParams.pageNum = 1
this.cgblName = name this.cgblName = name
// this.paramsData.StockPercent = name // this.paramsData.StockPercent = name
this.handleSearch(this.paramsData,1) this.handleSearch(this.paramsData,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