From dcd87f86f18ad3813cb6475a2397fca7749d76da Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 7 Nov 2024 09:06:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=BB=8E=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E7=82=B9=E5=87=BB=E5=A4=B4=E5=83=8F=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/details.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/pages/manage/approve/details.vue b/resources/assets/js/pages/manage/approve/details.vue index 73a350d20..fb028db4e 100644 --- a/resources/assets/js/pages/manage/approve/details.vue +++ b/resources/assets/js/pages/manage/approve/details.vue @@ -70,7 +70,7 @@

{{$L('提交')}}

-
+
@@ -91,7 +91,7 @@ :color="item.identitylink ? (item.identitylink?.state > 1 ? '#f03f3f' :'green') : '#ccc'">

{{$L('审批')}}

-
+
@@ -517,6 +517,9 @@ export default { return } this.$store.dispatch("openDialogUserid", userid).then(_ => { + if (this.$parent.$options.name === "DrawerOverlayView") { + this.$parent.onClose() + } this.goForward({name: 'manage-messenger'}) }).catch(({msg}) => { $A.modalError(msg)