实训调整
This commit is contained in:
parent
e39ea7a8f8
commit
6127e21279
@ -105,6 +105,7 @@ export default {
|
||||
},
|
||||
'$store.state.socket.simulationRoleList':function(list) {
|
||||
if (list && list.length) { // 人员变化监控
|
||||
this.$store.dispatch('training/updateMemberAndUser', { simulationUserList: list, userId: this.userId });
|
||||
this.checkRoleChange(list);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user