事件上报

This commit is contained in:
liuye
2024-03-01 17:46:12 +08:00
parent 2a1039bfd9
commit 2a7451e407

View File

@@ -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()