Elements-SY

Merge branch 'test' into uat

...@@ -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 //取消 取消当前配舱
......