From a9777e1f03001ad651f28a0a361252b873f4142d Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 24 Dec 2024 18:40:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8A=E7=BD=91=E8=AF=A6=E5=8D=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/billing/Internetdetails/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/billing/Internetdetails/index.vue b/src/views/billing/Internetdetails/index.vue index f1c2842..fc1aecd 100644 --- a/src/views/billing/Internetdetails/index.vue +++ b/src/views/billing/Internetdetails/index.vue @@ -2,6 +2,11 @@ import { ref, watch } from 'vue' import { Card, Radio, Statistic } from 'ant-design-vue' import {useI18n} from "vue-i18n"; +import { useRouter } from 'vue-router'; +const router = useRouter(); +const handleBack = () => { + router.push('/billing/billservice'); +}; const {t} = useI18n(); @@ -274,6 +279,12 @@ watch(selectedMonth, (newMonth: string) => {