修复编辑接口无法正确绑定上级接口的问题#57

master
zhontai 11 months ago
parent 835ffb7384
commit 63b8988016

@ -104,6 +104,7 @@ const onQuery = async () => {
}, },
}) })
//#57
state.formApiTreeData = listToTree( state.formApiTreeData = listToTree(
filterList(cloneDeep(res.data), '', { filterList(cloneDeep(res.data), '', {
filterWhere: (item: any, word: string) => { filterWhere: (item: any, word: string) => {

Loading…
Cancel
Save