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() } } }