Commit cc2a28d1 authored by huangjie's avatar huangjie

集团详情-土地交易

parent 33270667
......@@ -304,7 +304,8 @@
if(res.code === 200){
this.tableData = res.data.list
this.tableData.forEach(item=>{
item.Names = item.companyName.replace(/[^a-zA-Z0-9\u4e00-\u9fa5]/g, '');
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 {
......
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