修改车次窗的问题

This commit is contained in:
ival 2019-08-16 14:33:36 +08:00
parent c154ab28fe
commit aae4d4d162
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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() {