ZZJ
2022-06-22 01b516a3c3304c966d413b768d2e3078bf83b61c
src/Pool/PollData.ts
@@ -159,7 +159,9 @@
      res  = await clusterSysInfo({});
    }
    else {
      res  = await devicesSysInfo({});
      res  = await devicesSysInfo({
        deviceId:[sessionStorage.getItem('devId')],
      });
    }
    if (res && res.success ) {
      this.CpuUsedPercent =res.data.cpu.usedPercent.toFixed(2)
@@ -178,7 +180,10 @@
      res  = await clusterStatisticRunInfo({});
    }
    else {
      res  = await deviceStatisticRunInfo({});
      res  = await deviceStatisticRunInfo({
        deviceId:[sessionStorage.getItem('devId')],
        userId:''
      });
    }
   
    if (res && res.success) {