Эх сурвалжийг харах

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

feat(SCRM-5358): [DE][C端]临时停车,南昌办公楼车辆管理页面,按钮点击没有反应
John-Hong 1 жил өмнө
parent
commit
088238bd15

+ 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;
       }