卢龙
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user