From c6cf4e370a42bab4dc765545f6aad8c056a572c3 Mon Sep 17 00:00:00 2001 From: zhaoting Date: Wed, 1 Apr 2020 17:21:41 +0800 Subject: [PATCH] eslint --- mindinsight/ui/src/views/train-manage/graph.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindinsight/ui/src/views/train-manage/graph.vue b/mindinsight/ui/src/views/train-manage/graph.vue index 64f3c95..5356ab0 100644 --- a/mindinsight/ui/src/views/train-manage/graph.vue +++ b/mindinsight/ui/src/views/train-manage/graph.vue @@ -845,7 +845,7 @@ export default { this.initOver = true; this.fileSearchBox.value = tags.length ? tags[0] : ''; this.queryGraphData(); - } else if(!hasFileSearchValue) { + } else if (!hasFileSearchValue) { this.fileSearchBox.value = ''; } }) -- GitLab