duy пре 2 година
родитељ
комит
5542c81166
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/manager/projectinfo/independent.vue

+ 1 - 1
src/views/manager/projectinfo/independent.vue

@@ -515,7 +515,7 @@ export default {
         })
       }else{
         
-          this.tabTypeLazyTree(this.curTreeData.id, this.projectid, this.page.current,this.page.size,this.input3).then((res)=>{
+          this.tabTypeLazyTree(this.curTreeData.parentId, this.projectid, this.page.current,this.page.size,this.input3).then((res)=>{
            let faArr=res.records;
            this.loadData=faArr.filter((item)=>{
              if(item.id===this.treeId){