随手拍统计

This commit is contained in:
liuye
2022-01-07 17:21:02 +08:00
parent defba2d739
commit abc687fb91
3 changed files with 59 additions and 38 deletions

View File

@@ -115,11 +115,7 @@ export default {
}
})
}else { //查网格员
this.$http.post(`/app/appgirdmemberinfo/listByGirdId`, {
appGirdMemberInfo: {
girdId: row.id
}
}).then((res) => {
this.$http.post(`/app/appgirdmemberinfo/listByGirdId`, {girdId: row.id}).then((res) => {
if (res?.data) {
this.userList = res.data
this.userList.map((item) => {