fix 81137

This commit is contained in:
danshihao
2024-01-23 15:13:41 +08:00
parent 83ac4dee14
commit b869527831
7 changed files with 38 additions and 0 deletions
@@ -539,6 +539,8 @@ export default {
} else {
this.$message.warn(res.message)
}
}).catch(() => {
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -565,6 +567,7 @@ export default {
}
}).catch((err) => {
console.log(err)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -595,6 +598,7 @@ export default {
}).catch((err) => {
console.log(err)
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -630,6 +634,7 @@ export default {
}
}).catch((err) => {
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -670,6 +675,7 @@ export default {
}
}).catch((err) => {
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false