@@ -590,7 +590,9 @@ export default {
this.$emit("getList");
this.cancel();
}
- });
+ }).catch(()=>{
+ this.passLoading = false;
+ })
} else {
this.$message.error("请选择座位!");