src/views/hashrate/AlgManage/index.vue
@@ -187,7 +187,12 @@ async getEquipment() { const res = await findAllSdk(); if (res && res.success) { this.equipmentArr = res.data; this.equipmentArr = []; res.data.forEach((item, index) => { if (item.sdkList) { this.equipmentArr.push(item); } }); } }, //拖拽开始