Commit fb94a121 authored by danfuman's avatar danfuman

修改

parent 3abe1cf1
...@@ -710,7 +710,7 @@ export default { ...@@ -710,7 +710,7 @@ export default {
}, },
getBigBidPage(){ getBigBidPage(){
let params={} let params={}
bigBidPage(this.queryParams3).then(res=>{ bigBidPage(this.queryParams2).then(res=>{
console.log(res) console.log(res)
if(res.code == 200){ if(res.code == 200){
this.zbList=res.rows; this.zbList=res.rows;
......
...@@ -368,10 +368,6 @@ ...@@ -368,10 +368,6 @@
.table-item{ .table-item{
/*position: relative;*/ /*position: relative;*/
.empty{ .empty{
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translate(-50%,-50%);*/
margin: 0 auto; margin: 0 auto;
height: 600px; height: 600px;
text-align: center; text-align: center;
......
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