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 @@