Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
6a13af1fbb
|
@ -2131,7 +2131,6 @@ const getData = async (i, e) => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log(mapTownCount, "mapTownCount");
|
|
||||||
});
|
});
|
||||||
if (i) {
|
if (i) {
|
||||||
changeRs(i);
|
changeRs(i);
|
||||||
|
@ -2180,13 +2179,15 @@ const getDatas = async (e, i) => {
|
||||||
// });
|
// });
|
||||||
// });
|
// });
|
||||||
xkzCenter.map((item) => {
|
xkzCenter.map((item) => {
|
||||||
item.swrs = 0;
|
// item.number = 0;
|
||||||
res.data.committeeSwrs.map((items) => {
|
res.data.committeeSwrs.map((items) => {
|
||||||
if (items.csq == item.name) {
|
if (items.csq == item.name) {
|
||||||
item.swrs = items.swrs;
|
item.swrs = items.swrs;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
console.log(xkzCenter);
|
||||||
|
|
||||||
xkzCenter.map((item) => {
|
xkzCenter.map((item) => {
|
||||||
item.number = 0;
|
item.number = 0;
|
||||||
res.data.committee.map((items) => {
|
res.data.committee.map((items) => {
|
||||||
|
|
Loading…
Reference in New Issue