linwenxin hai 11 meses
pai
achega
e49bf7e725
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }