feat: 在created钩子中恢复导入状态

- 页面加载时从localStorage恢复导入状态
- 如果有失败记录则显示查看按钮

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
wkc
2026-02-08 13:57:55 +08:00
parent ee73380faa
commit cb5a896fcd

View File

@@ -710,6 +710,7 @@ export default {
},
created() {
this.getList();
this.restoreImportState(); // 恢复导入状态
},
beforeDestroy() {
// 清理定时器