|
|
@@ -798,6 +798,7 @@ export default { |
|
|
|
.then((res) => { |
|
|
|
this.loadingMy = false; |
|
|
|
let data = JSON.parse(res.data.data); |
|
|
|
console.log(data) |
|
|
|
this.myDatasetList = this.transformeTreeData( |
|
|
|
data, |
|
|
|
"myTree", |
|
|
@@ -909,6 +910,7 @@ export default { |
|
|
|
curchild.disabled = true; |
|
|
|
} |
|
|
|
if(curchild.Size>this.exceedSize && this.exceedSize){ |
|
|
|
console.log("---=-=") |
|
|
|
curchild.disabled = true; |
|
|
|
} |
|
|
|
curchild.ref = ref; |
|
|
@@ -1000,6 +1002,7 @@ export default { |
|
|
|
this.type = $(".cloudbrain-type").data("cloudbrain-type"); |
|
|
|
this.repoLink = $(".cloudbrain-type").data("repo-link"); |
|
|
|
this.exceedSize = $(".cloudbrain-type").data("exceed-size"); |
|
|
|
console.log("this.exceedSize",this.exceedSize) |
|
|
|
if ($(".cloudbrain-type").data("dataset-uuid")) { |
|
|
|
this.hasSelectDatasetList = $(".cloudbrain-type") |
|
|
|
.data("dataset-uuid") |
|
|
|