chore: 🔨 移除注释

This commit is contained in:
ray
2024-10-10 00:00:16 +08:00
parent 049b0b7ef4
commit 35087707a9
3 changed files with 9 additions and 14 deletions

View File

@@ -55,7 +55,6 @@ const getLabelAndTagByValue = async (dictCode: string, value: any) => {
// 等待请求完成并获取数据
dictData = await requestCache.get(dictCode);
console.log(`Received data for ${dictCode}:`, dictData);
}
// 查找对应的字典项