事件上报

This commit is contained in:
liuye
2023-05-08 11:44:04 +08:00
parent 7df86b8163
commit 009128e068
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ export default {
methods: {
getInfo(id = this.info.id) {
this.$loading()
this.$instance.post(`/app/appclapeventinfo/queryDetailById?id=${id}`).then(res => {
this.$instance.post(`/app/appresidentreportinfo/queryDetailById?id=${id}`).then(res => {
if (res?.data) {
this.info = res.data
if (res.data.eventStatus > 1) {