Browse Source

Modify this variable in data traceability to point to the problem

tags/v0.6.0-beta
qin_jun_yan 5 years ago
parent
commit
77562d16d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/ui/src/views/train-manage/data-traceback.vue

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

@@ -1160,7 +1160,7 @@ export default {
color: '#00a5a7',
},
formatter: function(val) {
if (typeof val !== this.valueType.string) {
if (typeof val !== 'string') {
return val;
}
const strs = val.split('');


Loading…
Cancel
Save