巡查上报

This commit is contained in:
liuye
2023-11-07 18:01:29 +08:00
parent a9051a4c75
commit a28050ebbe
6 changed files with 22 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ export default {
},
methods: {
typeList() {
this.$http.post(`/app/apppatrolreportgroup/list`, null, {
this.$http.post(`/app/apppatrolreportgroupv2/list`, null, {
params: {
size: 9999,
},
@@ -127,12 +127,12 @@ export default {
// }
}
if (this.status == 2) {
url = `/app/apppatrolreportinfo/finishByGirdMember`
url = `/app/apppatrolreportinfov2/finish`
successText = '拒绝成功'
params = {...this.forms, eventStatus: 0}
}
if (this.status == 3) {
url = `/app/apppatrolreportinfo/finishByGirdMember`
url = `/app/apppatrolreportinfov2/finish`
successText = '办结成功'
params = {...this.forms, eventStatus: 1}
}