refactor: 移除冗余代码并优化代码格式

- 删除了多处不必要的 console.log 语句
- 优化了部分代码的格式和结构
- 移除了无用的注释
- 统一了部分组件的样式
This commit is contained in:
du.meimei
2025-04-25 17:48:13 +08:00
parent 98bc7af147
commit bb07874fee
14 changed files with 71 additions and 90 deletions

View File

@@ -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,