调度大赛控制权调整
This commit is contained in:
parent
74bfcf49f1
commit
bf54424109
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user