巡查上报
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user