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
     }