This commit is contained in:
汪汇 2024-07-25 21:37:12 +08:00
parent c3bb58d616
commit 3d730b37d4
1 changed files with 1 additions and 9 deletions

View File

@ -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.xzjd == item.name) { if (items.town == item.name) {
item.swrs = items.swrs; item.swrs = items.swrs;
} }
}); });
@ -2294,14 +2294,6 @@ const getDataBqs = async (jd, cs, bq) => {
// }); // });
// } // }
if (vv == 1) { if (vv == 1) {
mapTownCount.map((item) => {
// item.number = 0;
res.data.townWwrs.map((items) => {
if (items.xzjd == item.name) {
item.swrs = items.swrs;
}
});
});
mapTownCount.map((item) => { mapTownCount.map((item) => {
item.number = 0; item.number = 0;
res.data.map((items) => { res.data.map((items) => {