事件上报
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getTree() {
|
getTree() {
|
||||||
this.slectList = []
|
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) {
|
if (res?.data) {
|
||||||
this.allData = res.data
|
this.allData = res.data
|
||||||
this.treeInit()
|
this.treeInit()
|
||||||
|
|||||||
Reference in New Issue
Block a user