This commit is contained in:
zyronon
2023-12-04 18:57:50 +08:00
parent 479489bda0
commit c368833d10
3 changed files with 6 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ async function getDictDetail(val: {
runtimeStore.editDict.length = runtimeStore.editDict.articles.length
}
}
loading = false
}

View File

@@ -38,7 +38,7 @@ watch(() => settingStore.showPanel, n => {
let practiceType = $ref(DictType.word)
function changeIndex(dict: Dict) {
store.changeDict(dict, dict.chapterIndex, dict.wordIndex, practiceType)
store.changeDict(dict, practiceType)
}
onMounted(() => {