mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-08 02:16:49 +08:00
refactor: 移除冗余代码并优化代码格式
- 删除了多处不必要的 console.log 语句 - 优化了部分代码的格式和结构 - 移除了无用的注释 - 统一了部分组件的样式
This commit is contained in:
@@ -402,7 +402,6 @@ export default {
|
||||
// 调用查询分段信息接口
|
||||
datasetQuerySegments({ documentId: row.id }).then(res => {
|
||||
if (res) {
|
||||
console.log(res.content.content)
|
||||
this.descriptions = {
|
||||
dataset: {
|
||||
knowledgeName: this.knowledgeName,
|
||||
|
||||
Reference in New Issue
Block a user