fix 81137

This commit is contained in:
danshihao
2024-01-23 14:46:31 +08:00
parent 7e8ad32014
commit 83ac4dee14
7 changed files with 96 additions and 32 deletions
@@ -322,7 +322,9 @@ export default {
}).catch((err) => {
console.log(err)
}).finally(() => {
this.loading = false
setTimeout(() => {
this.loading = false
}, 1000)
})
},
/**
@@ -344,7 +346,9 @@ export default {
}).catch((err) => {
console.log(err)
}).finally(() => {
this.loading = false
setTimeout(() => {
this.loading = false
}, 1000)
})
},
/**