From edd4707e09efad4de49f31f0def70cb5562216c1 Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Wed, 12 Jun 2024 15:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E5=A4=8D=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/scale/scalePublish/index.ts | 8 ++ src/layout/components/Navbar.vue | 55 ++++---- src/layout/components/Sidebar/Logo.vue | 9 +- src/views/archive/information/index.vue | 4 +- src/views/archive/interveneRecord/index.vue | 142 +++++++++++++++++++- src/views/archive/warnRecord/index.vue | 3 +- src/views/scale/SysScaleList/index.vue | 11 +- vite.config.ts | 3 + 8 files changed, 188 insertions(+), 47 deletions(-) diff --git a/src/api/scale/scalePublish/index.ts b/src/api/scale/scalePublish/index.ts index 04f675c..34b8f02 100644 --- a/src/api/scale/scalePublish/index.ts +++ b/src/api/scale/scalePublish/index.ts @@ -16,6 +16,14 @@ export const listScalePublish = (query?: ScalePublishQuery): AxiosPromise => { + return request({ + url: '/scale/publish/list', + method: 'get', + params: query + }); +}; + /** * 查询量发布详细 * @param batchNo diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index b5cad54..53feb6d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,6 +1,7 @@ -