From 219071af268b24487aa631ddebc748f36de0afdc Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 18 Jul 2025 21:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=A0=E5=B3=B0=E5=8F=8D?= =?UTF-8?q?=E9=A6=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fee/printSmallPayFeeList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/fee/printSmallPayFeeList.vue b/src/views/fee/printSmallPayFeeList.vue index 5aaa54478..67579a554 100644 --- a/src/views/fee/printSmallPayFeeList.vue +++ b/src/views/fee/printSmallPayFeeList.vue @@ -101,7 +101,7 @@ - {{ $t('printSmallPayFee.cancel') }} + {{ $t('printSmallPayFee.cancel') }} {{ $t('printSmallPayFee.submit') }} @@ -274,7 +274,7 @@ export default { } }, handleClose() { - this.$router.go(-1) + window.close() } } }