@@ -134,6 +134,7 @@
.then(() => {
getList();
proxy.$modal.msgSuccess("还原成功!");
+ loading.value = false;
})
.catch(() => {loading.value = false; });