This commit is contained in:
liuye
2023-08-24 11:02:37 +08:00
parent e21e4c92bb
commit e85da95a8b
21 changed files with 631 additions and 272 deletions

View File

@@ -169,11 +169,11 @@ export default {
})
},
onShow() {
document.title = '事件上报'
document.title = '巡查上报'
},
methods: {
getDetail() {
this.$http.post(`/app/appresidentreportinfo/queryDetailById?id=${this.id}`).then((res) => {
this.$http.post(`/app/apppatrolreportinfo/queryDetailById?id=${this.id}`).then((res) => {
if (res?.data) {
this.data = res.data
}