From bbb7d764ce354706b085ffc9423a0edaffb09542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Tue, 29 Aug 2023 09:00:05 +0800 Subject: [PATCH] +1 --- src/utils/myselfFu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/myselfFu.js b/src/utils/myselfFu.js index 5be2fbc..85952f6 100644 --- a/src/utils/myselfFu.js +++ b/src/utils/myselfFu.js @@ -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);