Browse Source

fix issue

pull/3434/head
zhoupzh 2 years ago
parent
commit
72f8c58611
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      web_src/js/components/dataset/selectDataset.vue

+ 0
- 2
web_src/js/components/dataset/selectDataset.vue View File

@@ -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;


Loading…
Cancel
Save