mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-13 12:56:49 +08:00
feat: 增加规则管理页面
- 规则管理包括类型筛选 、功能按钮、列表界面
This commit is contained in:
@@ -8,4 +8,16 @@ export function getDocByPage(data){
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取规则列表
|
||||
* @param {Object} data - 查询参数 默认为空对象
|
||||
*/
|
||||
export function getRuleList(data={}){
|
||||
return request({
|
||||
url: getUrl('/docManage/extractRule/list'),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user