This commit is contained in:
2024-05-07 11:22:07 +08:00
parent b8f418e417
commit 4403420656

View File

@ -497,6 +497,9 @@ export default {
loading.close();
this.$modal.msgSuccess("暂存成功!");
})
setTimeout(() => {
loading.close();
}, 3000);
})
},
//