diff --git a/src/views/data/dict/index.vue b/src/views/data/dict/index.vue index e5a42e4..0581ed5 100644 --- a/src/views/data/dict/index.vue +++ b/src/views/data/dict/index.vue @@ -73,6 +73,7 @@ const fwbHeight = document.body.clientHeight - 395 //新建字典 const addDict = async () => { + dictId.value=0 await nextTick(); editVisible.value = true };