调度大赛控制权调整

This commit is contained in:
fan 2023-11-23 14:25:56 +08:00
parent 74bfcf49f1
commit bf54424109

View File

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