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] 优化张峰反馈bug --- 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 5aaa544..67579a5 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() } } } -- libgit2 0.21.4