|
|
|
@ -129,8 +129,8 @@ export default {
|
|
|
|
|
paramsList.push({ resourceType: 1, resourceId: node.id });
|
|
|
|
|
} else if ("bsManufacturer" in node) {
|
|
|
|
|
paramsList.push({ resourceType: 2, resourceId: node.id });
|
|
|
|
|
} else if ("towerid" in node) {
|
|
|
|
|
paramsList.push({ resourceType: 3, resourceId: node.towerid });
|
|
|
|
|
} else if ("id" in node) {
|
|
|
|
|
paramsList.push({ resourceType: 3, resourceId: node.id });
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
console.log(paramsList);
|
|
|
|
|