事件上报

This commit is contained in:
liuye
2024-03-01 17:46:42 +08:00
parent f5dcdd3755
commit 5b56f03269

View File

@@ -371,7 +371,7 @@ export default {
},
getGirdList() {
return this.instance.post(`/app/appgirdinfo/listAllByTop`).then(res => {
return this.instance.post(`/app/appclapeventinfoqujing/listGirdInfoByTransfer?id=${this.$route.query.id}`).then(res => {
if (res?.data) {
return this.tree = this.formatList([res.data])
}