Commit b12c8355 authored by xxx's avatar xxx

1

parent 2b642e1e
......@@ -191,6 +191,9 @@ export default {
HttpReq.truckDispatching.mineAlarmHistoryCountQuery({number:this.query.number,bTime:this.query.bTime,eTime:this.query.eTime}).then((res1) => {
if(res1.code == 200){
this.measureDistanceDis = false;
this.pauseResumeBoolean = true;
this.trajectoryTimePoint = '';
this.trajectoryTimePointPlaceholder = '轨迹时间点';
this.trajectoryTableData = res1.data;
this.shuaxinTimer = new Date().getTime();
that.$refs.mars3dViewerMapMethod.getCoordinate(res.data.content[0].equipmentName,res.data.content[0].number,that.playSpeedNum,that.query.bTime,that.query.eTime,this.trajectoryTableData,this.leadTime);
......@@ -299,6 +302,7 @@ export default {
let that = this;
this.leadTime = boo;
this.pauseResumeBoolean = true;
this.trajectoryTimePointPlaceholder = '轨迹时间点';
if(this.query.number == '' || !this.query.bTime || !this.query.eTime){
return;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment