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