From 84fb7aa76097453d5b8555d56976ba4a833962b1 Mon Sep 17 00:00:00 2001 From: nsgkyjk <759200926@qq.com> Date: Sun, 11 Jul 2021 17:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=82=E7=89=8C=E9=A1=B9=E7=9B=AE=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AF=B9=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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){