邓洁 : 修改页面细节

This commit is contained in:
邓洁
2023-11-10 21:41:44 +08:00
parent 1c354f542e
commit 2797978a28
11 changed files with 64 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ const getDicList=async ()=>{
}
onMounted(async ()=>{
await getDicList()
await dictFormat();
dictFormat();
})
const dictFormat = () => {
if (dictList.value === undefined) return;