Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -216,7 +216,7 @@ export default { | ... | @@ -216,7 +216,7 @@ export default { |
| 216 | this.loading = false | 216 | this.loading = false |
| 217 | } | 217 | } |
| 218 | }) | 218 | }) |
| 219 | - }).ctach(() => { | 219 | + }).catch(() => { |
| 220 | //取消 取消当前配舱 | 220 | //取消 取消当前配舱 |
| 221 | this.loading = false | 221 | this.loading = false |
| 222 | this.msgSuccess('迁转已取消') | 222 | this.msgSuccess('迁转已取消') | ... | ... |
-
Please register or login to post a comment