From f7972a0c029915102a9140434e6ba43d8bfd6e25 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 22 Apr 2025 00:00:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E7=A7=BB=E9=99=A4=20consol?= =?UTF-8?q?e.log=20=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dict/DictLabel.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Dict/DictLabel.vue b/src/components/Dict/DictLabel.vue index b68ee155..4cf23ea3 100644 --- a/src/components/Dict/DictLabel.vue +++ b/src/components/Dict/DictLabel.vue @@ -44,7 +44,6 @@ const getLabelAndTagByValue = async (dictCode: string, value: any) => { * 更新 label 和 tagType */ const updateLabelAndTag = async () => { - console.log("updateLabelAndTag", props.code, props.modelValue); if (!props.code || props.modelValue === undefined) return; const { label: newLabel, tagType: newTagType } = await getLabelAndTagByValue( props.code,