This commit is contained in:
parent
ee1ca37e3c
commit
026c70d670
|
@ -2087,7 +2087,7 @@ 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.name == item.name) {
|
if (items.xzjd == item.name) {
|
||||||
item.swrs = items.swrs;
|
item.swrs = items.swrs;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue