From 610bd3d2738af74091f3ce779c539a4f53ab1330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 29 May 2022 14:20:16 +0800 Subject: [PATCH] update dictData.vue --- src/views/components/dictData.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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()