Elements-SY

Merge branch 'test' into uat

...@@ -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('迁转已取消')
......