js生成tree

getSceneData() {       Api.get('/security/category/all')         .then(res => {           const list = res.data || []           this.treeData = scene.parseTreeData(list)         })         .finally(()
相關文章
相關標籤/搜索