From a25fd741cbfc3f47b3974c982f51794ea8ed3b4e Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Fri, 25 Mar 2022 14:21:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=B8=8D=E8=83=BD=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1011705 --user=lyh 【项目设置】操作日志,点击标题不能跳转 https://www.tapd.cn/55049933/s/1126066 --- frontend/src/business/components/project/menu/Log.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/project/menu/Log.vue b/frontend/src/business/components/project/menu/Log.vue index d1c47fdbc8..92715520c5 100644 --- a/frontend/src/business/components/project/menu/Log.vue +++ b/frontend/src/business/components/project/menu/Log.vue @@ -204,6 +204,9 @@ export default { }); } }, + getLogModule(val) { + return this.LOG_MODULE_MAP.get(val) ? this.LOG_MODULE_MAP.get(val) : val; + }, toPage(uri) { let id = "new_a"; let a = document.createElement("a");