Commit 28c08a2f authored by yht15023815643's avatar yht15023815643

Merge branch 'dev20230707' of http://192.168.60.201/root/dsk-operate-sys into dev20230707

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