feat: 选择知识库
This commit is contained in:
@@ -138,7 +138,6 @@ const cascaderProps: CascaderProps = {
|
||||
fileId: node?.data.id,
|
||||
current: 1,
|
||||
size: 9999,
|
||||
isFilterApproving: true,
|
||||
});
|
||||
if (res?.code === 200) {
|
||||
list = res.data.data.map((item: any) => {
|
||||
@@ -168,7 +167,6 @@ const fetchChildren = async (parentId: string, parentNodeData?: any) => {
|
||||
fileId: parentNodeData.id,
|
||||
current: 1,
|
||||
size: 9999,
|
||||
isFilterApproving: true,
|
||||
});
|
||||
if (res?.code === 200) {
|
||||
return res.data.data.map((item: any) => ({
|
||||
|
||||
Reference in New Issue
Block a user