Browse Source

eslint

tags/v0.2.0-alpha
zhaoting 5 years ago
parent
commit
c6cf4e370a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/ui/src/views/train-manage/graph.vue

+ 1
- 1
mindinsight/ui/src/views/train-manage/graph.vue View File

@@ -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 = '';
}
})


Loading…
Cancel
Save