Commit 43d519ac authored by huangjie's avatar huangjie

集团详情-土地交易

parent abb1a6d7
......@@ -222,17 +222,17 @@
})
this.queryParams.pageNum = 1
this.paramsData = {}
if(arr.area){
let area = []
arr.area.forEach(item=>{
area.push(item[item.length-1])
})
this.paramsData.area = area.toString()
}
}else{
arr = params
}
if(arr){
if(arr.area){
let area = []
arr.area.forEach(item=>{
area.push(item[item.length-1])
})
this.paramsData.area = area.toString()
}
this.paramsData.landUse = arr.landUse?arr.landUse.toString():''
this.paramsData.supplyLandWay = arr.supplyLandWay?arr.supplyLandWay.toString():''
if (arr.StockPercent) {
......@@ -274,10 +274,6 @@
this.tableLoading = false
if(res.code === 200){
this.tableData = res.data.list
this.tableData.forEach(item=>{
item.Names = item.companyName.replace(new RegExp("<font color='#FF204E'>", 'g'),'');
item.Names = item.Names.replace(new RegExp("</font>", 'g'),'');
})
this.tableDataTotal = res.data.total
}else {
this.tableData = []
......
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