Tree component of element

problem description

there is a requirement that the components of this tree are loaded lazily. Can this filterNode only query the data in the current tree? How to query the server

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)
< el-tree: load= "loadNode" lazy: show-checkbox= "isAllPeople": props= "defaultProps": filter-node-method= "filterNode" ref= "tree2" node-key= "id": default-checked-keys= "choosePeoples" style= "height:380px;overflow: auto;margin:15px 0;" >

    </el-tree>
    

what result do you expect? What is the error message actually seen?

Jul.13,2022
Menu