Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -215,6 +215,8 @@ export default { | ... | @@ -215,6 +215,8 @@ export default { |
| 215 | this.msgWarning(res.msg) | 215 | this.msgWarning(res.msg) |
| 216 | this.loading = false | 216 | this.loading = false |
| 217 | } | 217 | } |
| 218 | + }).catch(() => { | ||
| 219 | + this.loading = false | ||
| 218 | }) | 220 | }) |
| 219 | }).catch(() => { | 221 | }).catch(() => { |
| 220 | //取消 取消当前配舱 | 222 | //取消 取消当前配舱 | ... | ... |
-
Please register or login to post a comment