From 700dcaca85b2c15c513ea6262d1a9f2767b471eb Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Sat, 11 Oct 2025 18:35:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=81=E7=A7=BBdrawer=20loading=20?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/module/transfer/index.ts | 3 ++- .../stationData/transfer/components/deviceDrawer.vue | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/api/module/transfer/index.ts b/src/api/module/transfer/index.ts index 40453a7..15a9e26 100644 --- a/src/api/module/transfer/index.ts +++ b/src/api/module/transfer/index.ts @@ -17,6 +17,7 @@ export const getDeviceDetails = (params: IGetDeviceDataParams) => url: `/api/query`, method: 'POST', data: params, + timeout: 0, }) export interface ISite { @@ -66,7 +67,7 @@ export interface IPointGroupOV { id: number | string, ip: string, name: string, - cnName:string + cnName: string port: number, slave_addr: number | string, type: string, diff --git a/src/views/stationData/transfer/components/deviceDrawer.vue b/src/views/stationData/transfer/components/deviceDrawer.vue index e8d4ae7..ccbd3ce 100644 --- a/src/views/stationData/transfer/components/deviceDrawer.vue +++ b/src/views/stationData/transfer/components/deviceDrawer.vue @@ -17,7 +17,8 @@ :siteInfo="props.siteInfo" ref="pointGroupTreeRef"/> -