Parcourir la source

搜索按钮交互

duy il y a 2 ans
Parent
commit
5542c81166
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){