Update step-edit-archive.vue

This commit is contained in:
huxuejian 2026-09-03 11:08:40 +08:00
parent 59d016b329
commit e7fb2b7ae8

View File

@ -136,6 +136,7 @@ async function queryHisArchives() {
if (!matchedPlans.length) { if (!matchedPlans.length) {
hisArchive.value = null; hisArchive.value = null;
step.value = 1; step.value = 1;
hideLoading()
return; return;
} }