|
|
@@ -798,7 +798,6 @@ export default { |
|
|
|
.then((res) => { |
|
|
|
this.loadingMy = false; |
|
|
|
let data = JSON.parse(res.data.data); |
|
|
|
console.log(data) |
|
|
|
this.myDatasetList = this.transformeTreeData( |
|
|
|
data, |
|
|
|
"myTree", |
|
|
@@ -910,7 +909,6 @@ export default { |
|
|
|
curchild.disabled = true; |
|
|
|
} |
|
|
|
if(curchild.Size>this.exceedSize && this.exceedSize){ |
|
|
|
console.log("---=-=") |
|
|
|
curchild.disabled = true; |
|
|
|
} |
|
|
|
curchild.ref = ref; |
|
|
|