随手拍统计
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user