盘古模型
@@ -1180,6 +1182,9 @@ getStations();
t1h
+
+ GFS
+
@@ -1287,6 +1292,7 @@ getStations();
+
diff --git a/src/pages/tqybjs/index.vue b/src/pages/tqybjs/index.vue
index ab24cc4b..b58e9d63 100644
--- a/src/pages/tqybjs/index.vue
+++ b/src/pages/tqybjs/index.vue
@@ -47,13 +47,14 @@ watch(drawerVisible, (newValue) => {
// 回放
function handleSendData(params: any) {
console.log('选中的回放数据,需要传至gis --->', params);
- EventBusTool.getEventBus().publish('playData', {
- key: 'show',
- });
delete params.key
delete params.endTime
playbackSearchData(params, false, (res) => {
console.log(res);
+ // 将请求前的传递方法放到这里:只有请求成功后才会传递
+ EventBusTool.getEventBus().publish('playData', {
+ key: 'show',
+ });
if (params.timeBatch) {
timeBatch.value = params.timeBatch;
}
@@ -236,6 +237,9 @@ onMounted(() => {
+
+ 建设中...
+
diff --git a/src/pages/tqybjs/tab-1/index.vue b/src/pages/tqybjs/tab-1/index.vue
index 21676114..e256b48a 100644
--- a/src/pages/tqybjs/tab-1/index.vue
+++ b/src/pages/tqybjs/tab-1/index.vue
@@ -1,11 +1,11 @@