北京一号线 信号机操作代码调整
This commit is contained in:
parent
b221e8e6b9
commit
2978438390
@ -217,6 +217,8 @@ export default {
|
||||
if (!item.disabled) {
|
||||
this.changeList.push(true);
|
||||
this.selection.push(item.code);
|
||||
} else {
|
||||
this.changeList.push(null);
|
||||
}
|
||||
});
|
||||
this.allSelect = true;
|
||||
@ -290,7 +292,6 @@ export default {
|
||||
routeCodeList:this.selection
|
||||
}
|
||||
};
|
||||
|
||||
this.loading = true;
|
||||
this.$store.dispatch('training/nextNew', operate).then(({ valid }) => {
|
||||
this.loading = false;
|
||||
|
@ -22,6 +22,7 @@ export function creatSubscribe(topic, header) {
|
||||
function callback(Response) {
|
||||
if (store) {
|
||||
var data = JSON.parse(Response.body);
|
||||
console.log(data);
|
||||
store.dispatch('socket/setStomp', data);
|
||||
} else {
|
||||
callback(Response);
|
||||
|
Loading…
Reference in New Issue
Block a user