查询网格员接口更换
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else { //查网格员
|
}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) {
|
if (res?.data) {
|
||||||
this.userList = res.data
|
this.userList = res.data
|
||||||
this.userList.map((item) => {
|
this.userList.map((item) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user