事件上报
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user