|
@@ -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
|
|
|
}
|