From f558d282b76d93082170fca78aa3c82062a34953 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 3 Dec 2025 15:08:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93198?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index fd907c3c..0be1b495 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -100,7 +100,7 @@ @@ -113,7 +113,7 @@ - + @@ -354,7 +354,6 @@ export default { mounted() { let url1 = window.location.hash; this.url_code = url1.split('/')[2]; - console.log(this.url_code); this.checkTemplate = this.checkTemplate+"?t=" + new Date().getTime(); this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; this.params.mio = this.mioId;