@@ -158,7 +158,7 @@ function onDel(row: any) {
.unbindResources({
projectsCode,
resourcesTypes,
- resourcesKey: row.ID + "-" + row.deviceId,
+ resourcesKey: row.deviceId + "-" + row.channelId,
})
.then(() => {
getSourceList();