소스 검색

陆运台账admin权限跳转

caojunjie 3 년 전
부모
커밋
1f21d0e103
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/landTransportation/reportAnalysis/index.vue

+ 1 - 1
src/views/landTransportation/reportAnalysis/index.vue

@@ -1093,7 +1093,7 @@ export default {
     },
     //行跳转
     celJump(row, index) {
-      if (this.roleName.indexOf('平台') !== -1) {
+      if (this.roleName.indexOf('平台') !== -1 || this.roleName.indexOf('平台') !== -1) {
         this.$router.push({
           path: '/landTransportation/dispatchingCars/index',
           query: {orderId: row.orderId},