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,