diff --git a/mindinsight/ui/src/views/train-manage/graph.vue b/mindinsight/ui/src/views/train-manage/graph.vue index 64f3c950..5356ab00 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 = ''; } })