diff --git a/src/project/biaopin/AppPatrolReport/Content.vue b/src/project/biaopin/AppPatrolReport/Content.vue
index 58735c84..683f33d5 100644
--- a/src/project/biaopin/AppPatrolReport/Content.vue
+++ b/src/project/biaopin/AppPatrolReport/Content.vue
@@ -12,9 +12,9 @@
-
-
+
+
拒绝受理
-
@@ -56,11 +56,11 @@ export default {
},
flag: false,
show: false,
- status: '', //1转交 2拒绝受理 3我已办结
+ status: '', //1转交 3拒绝受理 4我已办结
myList: [],
id: '',
selectUser: {},
- titleList: ['', '转交事件', '', '拒绝受理', '我已办结']
+ titleList: ['', '转交事件', '', '我已办结', '拒绝受理']
}
},
onLoad(option) {
@@ -110,7 +110,7 @@ export default {
this.flag = true
this.submit()
},
- submit() { //status 1转交 3拒绝受理 4我已办结
+ submit() { //status 1转交 4拒绝受理 3我已办结
var url = '', successText = '', params = ''
if (this.status == 1) {
url = `/app/appclapeventinfoweiyang/transfer`
@@ -126,12 +126,12 @@ export default {
// params.girdMemberName = this.selectUser.name
// }
}
- if (this.status == 3) {
+ if (this.status == 4) {
url = `/app/appclapeventinfoweiyang/finish`
successText = '拒绝成功'
params = {...this.forms, eventStatus: this.status}
}
- if (this.status == 4) {
+ if (this.status == 3) {
url = `/app/appclapeventinfoweiyang/finish`
successText = '办结成功'
params = {...this.forms, eventStatus: this.status}
diff --git a/src/project/biaopin/AppPatrolReport/Detail.vue b/src/project/biaopin/AppPatrolReport/Detail.vue
index b2a51b31..881b3095 100644
--- a/src/project/biaopin/AppPatrolReport/Detail.vue
+++ b/src/project/biaopin/AppPatrolReport/Detail.vue
@@ -160,10 +160,9 @@
-
-
拒绝受理
-
我来受理
+
拒绝受理
+
我来受理
前往办理
@@ -172,19 +171,6 @@
转交事件
前往办理
-
-
-
-
-