From 69ef5440f7e4421315b0faffb3b1489626e8b520 Mon Sep 17 00:00:00 2001 From: sunzhenyu Date: Fri, 6 Aug 2021 10:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88=E6=BC=94?= =?UTF-8?q?=E7=BB=83=E4=B8=AD=E6=95=B0=E5=AD=97=E6=B2=99=E7=9B=98=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/jointTrainingNew/menuDemon.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/newMap/jointTrainingNew/menuDemon.vue b/src/views/newMap/jointTrainingNew/menuDemon.vue index da453f5c1..182d32b5f 100644 --- a/src/views/newMap/jointTrainingNew/menuDemon.vue +++ b/src/views/newMap/jointTrainingNew/menuDemon.vue @@ -134,7 +134,10 @@ export default { return (this.$store.state.training.prdType == '02' || this.isAdmin) && (!this.$route.query.projectDevice); }, isDISPATCHER() { - return (this.$store.state.training.prdType == '02' || this.isAdmin) && (!this.$route.query.projectDevice || this.project == 'sdy'); + console.log("================================"); + + console.log(this.$store.state.training.prdType); + return (this.$store.state.training.prdType == '01'||this.$store.state.training.prdType == '02' || this.isAdmin) && (!this.$route.query.projectDevice || this.project == 'sdy'); }, isStationSupervisor() { return this.userRole == 'STATION_SUPERVISOR' && (!this.$route.query.projectDevice || this.project == 'sdy');