Explorar o código

Merge pull request #370 from tron/lock/release-2.23.0/KIP-11004

feat(SCRM-5358): [DE][C端]临时停车,南昌办公楼车辆管理页面,按钮点击没有反应
John-Hong hai 1 ano
pai
achega
088238bd15
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/pages/parkingFee/mixins/vehicleManagement.js

+ 2 - 2
src/pages/parkingFee/mixins/vehicleManagement.js

@@ -153,7 +153,7 @@ export default {
       })
     },
     toPay(carno) {
-      if(this.isNoLogin) return
+      // if(this.isNoLogin) return 本次注释提供无vipcode 查询车牌车费
       this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
         name: 'parkingFeeDetail',
       });
@@ -229,7 +229,7 @@ export default {
     },
     // 编辑
     toEdit(item) {
-      if(this.isNoLogin) return
+      // if(this.isNoLogin) return 本次注释提供无vipcode 编辑车牌
       if (!item) {
         return;
       }