Browse Source

no message

linwenxin 11 tháng trước cách đây
mục cha
commit
e49bf7e725
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }