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() }) } },