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
@@ -441,6 +441,8 @@ export default {
} else {
this.$message.warn(res.message)
}
}).catch(() => {
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -467,6 +469,7 @@ export default {
}
}).catch((err) => {
console.log(err)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -505,6 +508,7 @@ export default {
}
}).catch((err) => {
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -540,6 +544,7 @@ export default {
}
}).catch((err) => {
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false
@@ -580,6 +585,7 @@ export default {
}
}).catch((err) => {
this.switchChange(err.message)
this.loading = false
}).finally(() => {
setTimeout(() => {
this.loading = false