From 27313f8b6d466ae306b0fd5e8dc0773580a76e64 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 31 Aug 2023 16:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A2=E9=BE=99=E6=96=B0=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Detail.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 @@ 拒绝受理 -
我来受理
id +
我来受理
- -
+ +
转交事件 @@ -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 {