This commit is contained in:
parent
9ee7d5d5f2
commit
ee1ca37e3c
|
@ -2087,8 +2087,8 @@ const getData = async (i, e) => {
|
|||
mapTownCount.map((item) => {
|
||||
// item.number = 0;
|
||||
res.data.townWwrs.map((items) => {
|
||||
if (items.town == item.name) {
|
||||
item.name = items.swrs;
|
||||
if (items.name == item.name) {
|
||||
item.swrs = items.swrs;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue