mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 02:46:50 +08:00
fix [ rules ]: 修复无法过滤查询的问题
- 更换数据来源
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
},
|
||||
getTableData() {
|
||||
// 需要处理 规则类型, 因为规则类型都是数字,需要转换成中文
|
||||
return this.tableData.map(item => ({
|
||||
return this.currentTableDate.map(item => ({
|
||||
...item,
|
||||
ruleType: item.ruleType === 1 ? '提示词规则' : '知识拆分规则'
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user