卢龙
This commit is contained in:
@@ -66,8 +66,8 @@ export default {
|
||||
onLoad(option) {
|
||||
this.status = option.status
|
||||
this.id = option.id
|
||||
this.forms.groupId = option.groupId
|
||||
this.forms.groupName = option.groupName
|
||||
// this.forms.groupId = option.groupId
|
||||
// this.forms.groupName = option.groupName
|
||||
this.typeList()
|
||||
uni.$on('goback', (res) => {
|
||||
this.selectUser = res
|
||||
@@ -83,7 +83,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
typeList() {
|
||||
this.$http.post(`/app/appresidentreportgroup/list`, null, {
|
||||
this.$http.post(`/app/apppatrolreportgroup/list`, null, {
|
||||
params: {
|
||||
size: 9999,
|
||||
},
|
||||
@@ -113,7 +113,7 @@ export default {
|
||||
submit() { //status 1转交 2拒绝受理 3我已办结
|
||||
var url = '', successText = '', params = ''
|
||||
if (this.status == 1) {
|
||||
url = `/app/appresidentreportinfo/transfer`
|
||||
url = `/app/apppatrolreportinfo/transfer`
|
||||
successText = '转交成功'
|
||||
params = {
|
||||
...this.forms,
|
||||
@@ -127,12 +127,12 @@ export default {
|
||||
// }
|
||||
}
|
||||
if (this.status == 2) {
|
||||
url = `/app/appresidentreportinfo/finishByGirdMember`
|
||||
url = `/app/apppatrolreportinfo/finishByGirdMember`
|
||||
successText = '拒绝成功'
|
||||
params = {...this.forms, eventStatus: 0}
|
||||
}
|
||||
if (this.status == 3) {
|
||||
url = `/app/appresidentreportinfo/finishByGirdMember`
|
||||
url = `/app/apppatrolreportinfo/finishByGirdMember`
|
||||
successText = '办结成功'
|
||||
params = {...this.forms, eventStatus: 1}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user