From 35087707a90a11f9c35f0ea41ec0bfc63329e3d6 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 10 Oct 2024 00:00:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E7=A7=BB=E9=99=A4=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dictionary/DictLabel.vue | 1 - src/views/system/dict/data.vue | 13 ++----------- src/views/system/dict/index.vue | 9 +++++++-- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/src/components/Dictionary/DictLabel.vue b/src/components/Dictionary/DictLabel.vue index 84c26f71..7aff7778 100644 --- a/src/components/Dictionary/DictLabel.vue +++ b/src/components/Dictionary/DictLabel.vue @@ -55,7 +55,6 @@ const getLabelAndTagByValue = async (dictCode: string, value: any) => { // 等待请求完成并获取数据 dictData = await requestCache.get(dictCode); - console.log(`Received data for ${dictCode}:`, dictData); } // 查找对应的字典项 diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index d88712d5..5929b57a 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -1,12 +1,6 @@