feat:CN-1522 删除内置知识库列表的“智能情报学习”栏

This commit is contained in:
hanyuxia
2023-12-29 09:40:42 +08:00
parent 2e113df17b
commit 1d5bd39f54

View File

@@ -326,7 +326,7 @@ export default {
this.isNoData = false
this.toggleLoading(true)
const params = {
category: knowledgeCategoryValue.aiTagging + ',' + knowledgeCategoryValue.webSketch,
category: knowledgeCategoryValue.webSketch,
pageSize: -1
}
axios.get(this.listUrl, { params }).then(response => {