feat: 在created钩子中恢复导入状态
- 页面加载时从localStorage恢复导入状态 - 如果有失败记录则显示查看按钮 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -710,6 +710,7 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.restoreImportState(); // 恢复导入状态
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
// 清理定时器
|
// 清理定时器
|
||||||
|
|||||||
Reference in New Issue
Block a user