Commit 12c742b0 authored by danfuman's avatar danfuman

修改

parent e7085469
......@@ -172,7 +172,7 @@
<skeleton v-if="zxzbIsSkeleton" style="padding: 16px"></skeleton>
<div class="list" v-if="!zxzbIsSkeleton">
<div class="item" v-for="(item,index) in projectList" :key="index">
<p class="list-title"><router-link :to="`/biddetail/${item.id}`" tag="a" class="a-link" v-if="item.pid" v-html="item.projectName"></router-link></p>
<p class="list-title"><router-link :to="`/biddetail/${item.pid}`" tag="a" class="a-link" v-if="item.pid" v-html="item.projectName"></router-link></p>
<div class="list-content">
<p class="list-content-text">
<span>中标企业:</span>
......@@ -750,6 +750,7 @@ export default {
},
getBigWinningBidsPage(){
let params={};
params.recentlyBidQueryDto=[]
let recentlyBidQueryDto={};
params.pageNum=this.queryParams2.pageNum;
params.pageSize=this.queryParams2.pageSize;
......@@ -771,7 +772,7 @@ export default {
if(this.queryParams2.projects){
recentlyBidQueryDto.projectTypeNew=this.queryParams2.projects.join()
}
params.recentlyBidQueryDto=recentlyBidQueryDto
params.recentlyBidQueryDto.push(recentlyBidQueryDto)
this.zxzbIsSkeleton=true
bigWinningBidsPage(params).then(res=>{
this.zxzbIsSkeleton=false;
......
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