From bf544241099195270bc837277239c1b2b8add61d Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 23 Nov 2023 14:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E5=A4=A7=E8=B5=9B=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E6=9D=83=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/race_01/menus/menuDialog/stationControl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jmapNew/theme/race_01/menus/menuDialog/stationControl.vue b/src/jmapNew/theme/race_01/menus/menuDialog/stationControl.vue index 38b2f9ff3..3ec57f3c2 100644 --- a/src/jmapNew/theme/race_01/menus/menuDialog/stationControl.vue +++ b/src/jmapNew/theme/race_01/menus/menuDialog/stationControl.vue @@ -147,7 +147,7 @@ export default { updateTableValue(controlTransfer) { this.concertrateStationList.forEach((row, index) => { if (row.code == controlTransfer.code) { - if (controlTransfer.applicantId) { + if (controlTransfer.applicantId && this.$store.state.training.roles !== 'DISPATCHER') { this.disabledCommit = true; } else { this.disabledCommit = false;