|
@@ -387,7 +387,7 @@ const getOrgListApi = async () => {
|
|
|
const getKnowledgeType = async () => {
|
|
|
state.typeLoading = true;
|
|
|
try {
|
|
|
- const { result } = await treeList({ IsEnable: true,Attribution: state.queryParams.Attribution });
|
|
|
+ const { result } = await treeList({ IsEnable: true,Attribution: state.queryParams.Attribution,status:3 });
|
|
|
state.knowledgeOptions = result ?? [];
|
|
|
state.typeLoading = false;
|
|
|
} catch (error) {
|