From 718a13554dbb2f99e27adeb7b95edfc3096dacc5 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:24:27 +0800 Subject: [PATCH] 删除打印和路由返回 --- laboratory/src/views/reportLibrary/feasibilityReport/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/laboratory/src/views/reportLibrary/feasibilityReport/index.vue b/laboratory/src/views/reportLibrary/feasibilityReport/index.vue index d39ee31..3196071 100644 --- a/laboratory/src/views/reportLibrary/feasibilityReport/index.vue +++ b/laboratory/src/views/reportLibrary/feasibilityReport/index.vue @@ -134,8 +134,6 @@ mounted() { this.roleType = JSON.parse(sessionStorage.getItem('userInfo'))?.roleType - console.log('adwqedwqeqwe', this.roleType); - this.getList() }, -- Gitblit v1.7.1