修改车次窗的问题
This commit is contained in:
parent
c154ab28fe
commit
aae4d4d162
@ -1,8 +1,6 @@
|
||||
import deviceType from '@/jmap/constant/deviceType';
|
||||
import { parser } from '@/jmap/utils/parser';
|
||||
import Vue from 'vue';
|
||||
import { EventEmitter } from 'events';
|
||||
|
||||
/**
|
||||
* 查询向上受影响的Devices
|
||||
* @param {Object} map
|
||||
|
@ -192,6 +192,7 @@ export default {
|
||||
const model = {
|
||||
_type: 'TrainWindow',
|
||||
code: getUID('TrainWindow'),
|
||||
trainWindowShow: true,
|
||||
point: {}
|
||||
};
|
||||
|
||||
@ -248,7 +249,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(model);
|
||||
return model;
|
||||
},
|
||||
removeTrainWindow() {
|
||||
|
Loading…
Reference in New Issue
Block a user