From 6260298f29ea62b5c652adacdfcabb93f99bd189 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 13 Feb 2020 14:59:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/InfoView/TaskInfoView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/InfoView/TaskInfoView.vue b/frontend/src/components/InfoView/TaskInfoView.vue index 7e08af8d..b85fef40 100644 --- a/frontend/src/components/InfoView/TaskInfoView.vue +++ b/frontend/src/components/InfoView/TaskInfoView.vue @@ -127,6 +127,7 @@ export default { }, onClickLogWithErrors () { this.$emit('click-log') + this.$st.sendEv('任务详情', '概览', '点击日志错误') } } }