#2175 fix issue

Merged
liuzx merged 2 commits from fix-2054 into V20220601 1 year ago
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -3923,7 +3923,7 @@ function initVueDataset() {
this.getTypeList()

if (!!document.getElementById('dataset-repolink-init')) {
this.cloudbrainType = location.href.indexOf('cloudbrain/train-job/create') !== -1 ? 0 : 1
this.cloudbrainType = location.href.indexOf('cloudbrain') !== -1 ? 0 : 1
this.getCurrentRepoDataset(this.repolink, this.cloudbrainType)
}



Loading…
Cancel
Save