diff --git a/src/views/components/dictData.vue b/src/views/components/dictData.vue index e8f4f72..d94f1b4 100644 --- a/src/views/components/dictData.vue +++ b/src/views/components/dictData.vue @@ -42,8 +42,8 @@ @@ -105,7 +105,6 @@ const props = defineProps({ watch( () => props.dictId, (newVal, oldValue) => { - console.log(`监控new=${newVal},old${oldValue}`) if (newVal) { getTypeInfo(newVal) getTypeList()