diff --git a/src/pages/symn/index.vue b/src/pages/symn/index.vue index 4b56c729..cd91a3d9 100644 --- a/src/pages/symn/index.vue +++ b/src/pages/symn/index.vue @@ -257,6 +257,7 @@ function clearChild() { } // 置顶和取消置顶 const pinToTopTask = (row: any, isPin: boolean) => { + console.log(row,"row") if (!isPin) { pinToTop({ taskId: row.id }, (res) => { if (res.code === 200) { @@ -274,7 +275,6 @@ const pinToTopTask = (row: any, isPin: boolean) => { } }; function viewTask(task: any) { - debugger console.log('查看任务:', task); handleClose(); form.value = { @@ -292,11 +292,11 @@ function viewTask(task: any) { key: 'isQueryData', value: true, }); - if (task.taskMode === 1) { + // if (task.taskMode === 1) { EventBusTool.getEventBus().publish('mapRightMenuUIEvent', { key: 'gifIcon' }); - } + // } // 移除所有台站 classInstances.olTarget?.clearMarkers(); @@ -1001,10 +1001,6 @@ getStations(); - - - - @@ -1172,12 +1168,12 @@ getStations(); @@ -1215,11 +1211,11 @@ getStations();