From 5c0c6ad7ac6f28e970532af9936de638830f1161 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 10:20:51 +0800 Subject: [PATCH] bugxiufu --- src/Pool/PollData.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/Pool/PollData.ts b/src/Pool/PollData.ts index 1a50fc4..cbd192b 100644 --- a/src/Pool/PollData.ts +++ b/src/Pool/PollData.ts @@ -156,7 +156,9 @@ // 璁$畻绯荤粺淇℃伅 let res: any if(sessionStorage.getItem("clusterId")) { - res = await clusterSysInfo({}); + res = await clusterSysInfo({ + clusterId: "", + }); } else { res = await devicesSysInfo({ -- Gitblit v1.8.0