南工院增加列车操作
This commit is contained in:
parent
aea0436cbc
commit
ae8c202dbe
@ -178,7 +178,7 @@ export default {
|
||||
}
|
||||
},
|
||||
'$store.state.menuOperation.selected': function (val) {
|
||||
if (val._type === 'Train' && val._event === MouseEvent.Left && this.project === 'srsandbox') {
|
||||
if (val._type === 'Train' && val._event === MouseEvent.Left && (this.project === 'srsandbox' || this.project === 'ngysandtable')) {
|
||||
this.$refs.trainOperation.doShow(val);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user