瀏覽代碼

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') || {}
       var { isService, isTradeExaminer } = localStorage.getItem('supply_user') || {}
       return this.isTradeExaminer && isTradeExaminer
       return this.isTradeExaminer && isTradeExaminer
         ? true
         ? true
-        : isService && this.$route.name === crossDistrictkList
+        : isService && this.$route.name === 'crossDistrictkList'
         ? true
         ? true
         : false
         : false
     }
     }