From c8ea99e47a17b03786037a6c4147b6c801cfe264 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 31 Dec 2021 11:16:15 +0800 Subject: [PATCH] update --- src/pages/information/contentManage/contentList.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/information/contentManage/contentList.vue b/src/pages/information/contentManage/contentList.vue index 62d8041..be3f220 100644 --- a/src/pages/information/contentManage/contentList.vue +++ b/src/pages/information/contentManage/contentList.vue @@ -96,11 +96,6 @@ export default { this.$get(`${this.api.queryArticleByCondition}/${this.pageNo}/${this.pageSize}`, data).then(res => { this.listData = res.articleList; this.totals = res.total; - - for(let i=0; i<9; i++) { - this.listData.push(this.listData[0]) - } - if (!this.listData.length && this.totals) { this.pageNo--; this.getData();