소스 검색

no message

linwenxin 11 달 전
부모
커밋
e49bf7e725
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/commercialEngineering/components/examine.vue

+ 1 - 1
src/views/commercialEngineering/components/examine.vue

@@ -183,7 +183,7 @@ export default {
       var { isService, isTradeExaminer } = localStorage.getItem('supply_user') || {}
       return this.isTradeExaminer && isTradeExaminer
         ? true
-        : isService && this.$route.name === crossDistrictkList
+        : isService && this.$route.name === 'crossDistrictkList'
         ? true
         : false
     }