|
|
@@ -269,8 +269,8 @@ export default {
|
|
|
let obj = {
|
|
|
jscType: "jsc_tdgy_gy_ztsh",
|
|
|
id: params ? params.id : "4602",
|
|
|
- val0: params ? params.beginTime : store.state.cockpit_date[0],
|
|
|
- // val1: params ? params.beginTime : store.state.cockpit_date[1],
|
|
|
+ beginTime: params ? params.beginTime : store.state.cockpit_date[0],
|
|
|
+ endTime: params ? params.endTime : store.state.cockpit_date[1],
|
|
|
};
|
|
|
let data = await QueryList(obj);
|
|
|
|
|
|
@@ -1118,7 +1118,7 @@ export default {
|
|
|
that.init_tdgy_jt_jd();
|
|
|
that.init_info();
|
|
|
that.init_echart_data();
|
|
|
- that.init_vector();
|
|
|
+ // that.init_vector();
|
|
|
|
|
|
// this.gy_jd_entity = new Cesium.CustomDataSource("gy_jd_entity");
|
|
|
// viewer.dataSources.add(this.gy_jd_entity);
|