This commit is contained in:
parent
9ee7d5d5f2
commit
ee1ca37e3c
|
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue