修复字典BUG

This commit is contained in:
zjl 2024-09-21 11:27:47 +08:00
parent 10850eae25
commit 7494d47cb5

View File

@ -73,6 +73,7 @@ const fwbHeight = document.body.clientHeight - 395
//
const addDict = async () => {
dictId.value=0
await nextTick();
editVisible.value = true
};