This commit is contained in:
parent
026c70d670
commit
0b52802fce
|
@ -2102,7 +2102,6 @@ const getData = async (i, e) => {
|
|||
});
|
||||
});
|
||||
}
|
||||
console.log(mapTownCount, 'mapTownCount');
|
||||
});
|
||||
if (i) {
|
||||
changeRs(i);
|
||||
|
@ -2141,6 +2140,16 @@ const getDatas = async (e, i) => {
|
|||
// }
|
||||
// });
|
||||
// });
|
||||
xkzCenter.map((item) => {
|
||||
// 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) => {
|
||||
|
@ -2213,8 +2222,18 @@ const getDatas2 = async (e, i, cs) => {
|
|||
ages: item.age + "岁",
|
||||
});
|
||||
});
|
||||
xkzCenter.map((item) => {
|
||||
// item.number = 0;
|
||||
res.data.committeeSwrs.map((items) => {
|
||||
if (items.csq == item.name) {
|
||||
item.swrs = items.swrs;
|
||||
}
|
||||
});
|
||||
});
|
||||
console.log(xkzCenter);
|
||||
}
|
||||
});
|
||||
|
||||
};
|
||||
//获取特殊标签
|
||||
const getDataBq = async (jd, cs) => {
|
||||
|
|
Loading…
Reference in New Issue