chore: 🔨 移除 console.log 打印

This commit is contained in:
Ray.Hao
2025-04-22 00:00:23 +08:00
parent 558914f913
commit f7972a0c02

View File

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