Commit 34370371 authored by nick zheng's avatar nick zheng

chore: 知识库列表状态开启关闭不进行loading

parent 65c1c1f2
......@@ -77,7 +77,6 @@ async function handleUpdateKnowledgeOpen(knowledgeId: number, knowledgeItem: Kno
if (res.code === 0) {
knowledgeItem.isOpen = isOpen
await handleGetKnowledgeList()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment