|
|
|
@ -12,7 +12,6 @@ export function filterTown(ids) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function filterNames(data, targetIds, results) {
|
|
|
|
|
// console.log(data, "1", targetIds, "2", results, "3");
|
|
|
|
|
data.forEach((node, index) => {
|
|
|
|
|
if (targetIds.includes(node.id)) {
|
|
|
|
|
results.push(node.label);
|
|
|
|
|