This commit is contained in:
parent
c3bb58d616
commit
3d730b37d4
|
@ -2087,7 +2087,7 @@ const getData = async (i, e) => {
|
|||
mapTownCount.map((item) => {
|
||||
// item.number = 0;
|
||||
res.data.townWwrs.map((items) => {
|
||||
if (items.xzjd == item.name) {
|
||||
if (items.town == item.name) {
|
||||
item.swrs = items.swrs;
|
||||
}
|
||||
});
|
||||
|
@ -2294,14 +2294,6 @@ const getDataBqs = async (jd, cs, bq) => {
|
|||
// });
|
||||
// }
|
||||
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) => {
|
||||
item.number = 0;
|
||||
res.data.map((items) => {
|
||||
|
|
Loading…
Reference in New Issue