From 0425b0e9f3385786ee503eb8f46110f3daef49ac Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Mon, 20 Jun 2022 09:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capabilityCloud/components/KnowledgeBase.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/src/views/capabilityCloud/components/KnowledgeBase.vue b/front/src/views/capabilityCloud/components/KnowledgeBase.vue index 1f91dac9..0a80ecf9 100644 --- a/front/src/views/capabilityCloud/components/KnowledgeBase.vue +++ b/front/src/views/capabilityCloud/components/KnowledgeBase.vue @@ -40,9 +40,6 @@ ]) KnowledgeBaseStatic().then((res) => { contentBoxData.value = res.data.data - contentBox.value[1].num = contentBoxData.value[0].amount - contentBox.value[0].num = contentBoxData.value[1].amount - contentBoxData.value.forEach((item) => { if (item.type == '知识库上架总量') { contentBox.value[0].num = item.amount