From f204f3fff37249decbd4f404c2103f6b626e5e0c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sat, 8 Oct 2022 17:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCommunityResource/components/resourceClassification.vue | 2 -- .../apps/AppCommunityResource/components/resourceList.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue index 61b75300..51b7c82f 100644 --- a/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue +++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue @@ -101,8 +101,6 @@ export default { if(res?.data) { this.tableData = res.data.records this.total = res.data.total - console.log(this.tableData); - } }) }, diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue index 1fa69c0b..ba570af8 100644 --- a/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue +++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue @@ -75,7 +75,7 @@ export default { methods: { changeAreaId() { this.$nextTick(() => { - // this.$refs[this.tabs[Number(this.currIndex)].name][0].getList() + this.$refs[this.tabs[Number(this.currIndex)].name][0].getList() }) } },