From 040da13a213a43c9b5cc85562bf6f6eb30493e2c Mon Sep 17 00:00:00 2001 From: liuyi Date: Mon, 8 May 2023 15:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=9F=A5=E8=AF=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 10 ++ src/views/realTimeSearch/index.vue | 272 ++++++++++------------------- 2 files changed, 102 insertions(+), 180 deletions(-) diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 086b7a7..a3e6519 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -47,6 +47,16 @@ export function getPictureList(data){ }) } +//实时查询 +//获取电压-线路-杆塔等信息 +export function getSearchInfo(data){ + return request({ + url: "/test/getLineAndGt", + method: "post", + data + }) +} + //杆塔信息 //1.获取杆塔列表 export function getTowerListApi(data) { diff --git a/src/views/realTimeSearch/index.vue b/src/views/realTimeSearch/index.vue index bc042d1..c8d4a49 100644 --- a/src/views/realTimeSearch/index.vue +++ b/src/views/realTimeSearch/index.vue @@ -2,47 +2,37 @@
-
+
@@ -83,175 +74,96 @@