zhangzengfei
2022-08-05 012c84b59018018cd75f0b8c70f7492fcb3e3e6f
src/Pool/TaskMange.ts
@@ -66,7 +66,12 @@
    let res:any = await findAllSdk({ userId: "", nodeId: id })
    if (res && res.success) {
      this.list1 = res.data
      this.list1 = []
      res.data.forEach(item => {
        if(item.installed) {
          this.list1.push(item)
        }
      });
    }
  }