Commit fb94a121 authored by danfuman's avatar danfuman

修改

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