This commit is contained in:
汪汇 2024-07-25 21:40:11 +08:00
parent ee1ca37e3c
commit 026c70d670
1 changed files with 1 additions and 1 deletions

View File

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