Browse Source

独立表单库刷新修改

duy 2 years ago
parent
commit
bb489cdc88
1 changed files with 1 additions and 1 deletions
  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.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){