diff --git a/src/project/qujing/AppPatrolReport/SelectUser.vue b/src/project/qujing/AppPatrolReport/SelectUser.vue index 3c217612..d5554761 100644 --- a/src/project/qujing/AppPatrolReport/SelectUser.vue +++ b/src/project/qujing/AppPatrolReport/SelectUser.vue @@ -74,7 +74,7 @@ export default { methods: { getTree() { this.slectList = [] - this.$http.post(`/app/apppatrolreportinfov2/listGirdInfoByTransfer?id=${this.detailId}`).then((res) => { + this.$http.post(`/app/appclapeventinfoqujing/listGirdInfoByTransfer?id=${this.detailId}`).then((res) => { if (res?.data) { this.allData = res.data this.treeInit()