删除无用注释
This commit is contained in:
parent
d257bf254b
commit
057a6e41f8
@ -134,9 +134,6 @@ export default {
|
|||||||
return (this.$store.state.training.prdType == '02' || this.isAdmin) && (!this.$route.query.projectDevice || this.project == 'sdy');
|
return (this.$store.state.training.prdType == '02' || this.isAdmin) && (!this.$route.query.projectDevice || this.project == 'sdy');
|
||||||
},
|
},
|
||||||
isStationSupervisor() {
|
isStationSupervisor() {
|
||||||
console.log(this.project);
|
|
||||||
console.log(this.userRole);
|
|
||||||
console.log(this.$store.state.training.prdType);
|
|
||||||
return this.userRole == 'STATION_SUPERVISOR' && (!this.$route.query.projectDevice || this.project == 'sdy');
|
return this.userRole == 'STATION_SUPERVISOR' && (!this.$route.query.projectDevice || this.project == 'sdy');
|
||||||
},
|
},
|
||||||
isDriver() {
|
isDriver() {
|
||||||
|
Loading…
Reference in New Issue
Block a user