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