From a730c95492313265f093c52ea62fa96dfbfea7f5 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 19 Nov 2024 11:35:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E7=AA=97=E5=8F=A3=E7=82=B9=E5=87=BB=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E7=9B=B4=E6=8E=A5=E8=BF=9B=E5=85=A5=E4=BC=9A?= =?UTF-8?q?=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/js/pages/manage/approve/details.vue b/resources/assets/js/pages/manage/approve/details.vue index fbf4eeea6..4e55e2c6b 100644 --- a/resources/assets/js/pages/manage/approve/details.vue +++ b/resources/assets/js/pages/manage/approve/details.vue @@ -519,6 +519,8 @@ export default { this.$store.dispatch("openDialogUserid", userid).then(_ => { if (this.$parent.$options.name === "DrawerOverlayView") { this.$parent.onClose() + } else if (this.$parent.$options.name === "Modal") { + this.$parent.close() } this.goForward({name: 'manage-messenger'}) }).catch(({msg}) => {