This commit is contained in:
汪汇 2024-07-25 21:39:11 +08:00
parent 9ee7d5d5f2
commit ee1ca37e3c
1 changed files with 2 additions and 2 deletions

View File

@ -2087,8 +2087,8 @@ const getData = async (i, e) => {
mapTownCount.map((item) => { mapTownCount.map((item) => {
// item.number = 0; // item.number = 0;
res.data.townWwrs.map((items) => { res.data.townWwrs.map((items) => {
if (items.town == item.name) { if (items.name == item.name) {
item.name = items.swrs; item.swrs = items.swrs;
} }
}); });
}); });