Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
姚宇浩 2024-07-25 22:59:27 +08:00
commit 6a13af1fbb
1 changed files with 3 additions and 2 deletions

View File

@ -2131,7 +2131,6 @@ const getData = async (i, e) => {
});
});
}
console.log(mapTownCount, "mapTownCount");
});
if (i) {
changeRs(i);
@ -2180,13 +2179,15 @@ const getDatas = async (e, i) => {
// });
// });
xkzCenter.map((item) => {
item.swrs = 0;
// item.number = 0;
res.data.committeeSwrs.map((items) => {
if (items.csq == item.name) {
item.swrs = items.swrs;
}
});
});
console.log(xkzCenter);
xkzCenter.map((item) => {
item.number = 0;
res.data.committee.map((items) => {