chore: 🔨 移除 console.log 打印
This commit is contained in:
@@ -44,7 +44,6 @@ const getLabelAndTagByValue = async (dictCode: string, value: any) => {
|
|||||||
* 更新 label 和 tagType
|
* 更新 label 和 tagType
|
||||||
*/
|
*/
|
||||||
const updateLabelAndTag = async () => {
|
const updateLabelAndTag = async () => {
|
||||||
console.log("updateLabelAndTag", props.code, props.modelValue);
|
|
||||||
if (!props.code || props.modelValue === undefined) return;
|
if (!props.code || props.modelValue === undefined) return;
|
||||||
const { label: newLabel, tagType: newTagType } = await getLabelAndTagByValue(
|
const { label: newLabel, tagType: newTagType } = await getLabelAndTagByValue(
|
||||||
props.code,
|
props.code,
|
||||||
|
|||||||
Reference in New Issue
Block a user