diff --git a/src/project/lulong/AppHandSnapshot/Detail.vue b/src/project/lulong/AppHandSnapshot/Detail.vue index 3b3b20f5..4e567c1a 100644 --- a/src/project/lulong/AppHandSnapshot/Detail.vue +++ b/src/project/lulong/AppHandSnapshot/Detail.vue @@ -105,10 +105,10 @@ 拒绝受理 -
转交事件
@@ -210,6 +210,9 @@ export default {
},
toContent(status) {
+ if(status != 1 && !this.data.doRight) {
+ return this.$u.toast('没有办理权限')
+ }
uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})
},
previewImage(images, img) {
@@ -510,6 +513,7 @@ uni-page-body {
font-weight: 500;
color: #fff;
}
+
}
.endDoIt {