From d14ba5e8120aec37e02bcc86e942d96378ba61df Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 13 Nov 2024 10:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index 1d4c633..c0c79eb 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -3891,7 +3891,7 @@ export default { this.$router.replace({ path: "/tool/table_list" }); } else { this.$router.replace({ path: "/tool/Instead/index" }); - // this.$router.go(0); + this.$router.go(0); // this.reset(); // this.$router.replace({ path: "/tool/Instead/index" }); }