@@ -621,7 +621,7 @@ export default {
// 前往支付
unlicensedToPay() {
// 无牌车这边去支付的时候,属于场内缴费,需要调用场内缴费的接口 /parking/check-out
- this.commit('SET_ENDLESS_LOOP', '');
+ this.$store.commit('SET_ENDLESS_LOOP', '');
this.toHandleSearch(this.unlicensedCar);
}
},