@@ -24,6 +24,7 @@ export default {
|
||||
isInit: false,
|
||||
reviewerId: '',
|
||||
trialId: null,
|
||||
isAll: true,
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@@ -34,11 +35,12 @@ export default {
|
||||
isEN() {
|
||||
return this.$i18n.locale !== 'zh'
|
||||
},
|
||||
isAll() {
|
||||
return this.hasPermi(['role:pm', 'role:admin', 'role:apm', 'role:ir'])
|
||||
},
|
||||
// isAll() {
|
||||
// return this.hasPermi(['role:pm', 'role:admin', 'role:apm', 'role:ir'])
|
||||
// },
|
||||
},
|
||||
mounted() {
|
||||
this.isAll = this.$route.query.blindState !== '0'
|
||||
const token = getQueryString('token')
|
||||
if (token) {
|
||||
store.dispatch('user/setToken', token)
|
||||
|
||||
Reference in New Issue
Block a user