Commit a7def187 authored by danfuman's avatar danfuman

修改

parent f74eb7d0
......@@ -164,7 +164,7 @@
}
delete data.cgbl
}
this.dataEXCEL=data;
this.dataEXCEL=JSON.parse(JSON.stringify(data));
businessList(data).then(res=>{
this.tableData = res.code == 200 ? res.rows:[]
this.tableDataTotal = res.total
......
......@@ -247,7 +247,7 @@
if(!data.endTime){
data.endTime=this.formatDate(new Date())
}
this.dataEXCEL=data;
this.dataEXCEL=JSON.parse(JSON.stringify(data));
bidPage(data).then(res=>{
this.tableData = res.code == 200 ? res.rows:[];
console.log(res.total)
......
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