diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 220a14e2..258731d6 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -119,6 +119,15 @@ export default { } getOutProjectList(queryDatas).then(response =>{ this.infoList = response.rows + if(this.infoList.length>0){ + let newList = [] + for(let j = 0 ;j-1){ + newList.push(this.infoList[j]); + } + } + this.infoList = newList + } }); }, clickNav(index){