fix: 移除restoreImportState不必要的async关键字

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
wkc
2026-02-06 12:21:54 +08:00
parent 8bf2792fd7
commit beaa59c1d3

View File

@@ -492,7 +492,7 @@ export default {
* 恢复导入状态 * 恢复导入状态
* 在created()钩子中调用 * 在created()钩子中调用
*/ */
async restoreImportState() { restoreImportState() {
const savedTask = this.getImportTaskFromStorage(); const savedTask = this.getImportTaskFromStorage();
if (!savedTask) { if (!savedTask) {