CN-1096 知识库UI开发

CN-1179 知识库内新增格式错误的Tag,文件导入形式和手动增加形式报错不一致
This commit is contained in:
hyx
2023-08-03 15:48:44 +08:00
parent aea46b0437
commit 6a7713ad98
10 changed files with 2236 additions and 1270 deletions

View File

@@ -1,4 +1,4 @@
import { chartTableOrderOptionsMapping, storageKey } from '@/utils/constants'
import { chartTableOrderOptionsMapping, storageKey,knowledgeCategoryValue } from '@/utils/constants'
import { getWidthByLanguage } from '@/utils/tools'
import { put, patch } from '@/utils/http'
import { api } from '@/utils/api'
@@ -40,13 +40,6 @@ export default {
}
}, 200)
}
},
tableData: {
handler (n) {
if (this.tableData && this.tableData.length > 0) {
// this.isInit = false
}
}
}
},
data () {