diff --git a/src/pages/word/DictDetail.vue b/src/pages/word/DictDetail.vue index 1a52a9f4..4eaf4f46 100644 --- a/src/pages/word/DictDetail.vue +++ b/src/pages/word/DictDetail.vue @@ -336,12 +336,18 @@ function importData(e) { tableRef.value.closeImportDialog() e.target.value = '' importLoading = false + allList = runtimeStore.editDict.words + tableRef.value.getData() syncDictInMyStudyList() Toast.success('导入成功!') } ) } else { tableRef.value.closeImportDialog() + e.target.value = '' + importLoading = false + allList = runtimeStore.editDict.words + tableRef.value.getData() syncDictInMyStudyList() Toast.success('导入成功!') }