This commit is contained in:
yanran200730
2022-01-07 17:37:33 +08:00

View File

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