mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-13 04:46:50 +08:00
refactor(api): 优化元数据列表请求
- 在元数据列表请求中添加 noLoading 参数,以隐藏加载状态
This commit is contained in:
@@ -335,7 +335,8 @@ export function getMetadataList(data) {
|
||||
return request({
|
||||
url: getUrl(`/dataset/metadata/list`),
|
||||
method: 'post',
|
||||
data
|
||||
data,
|
||||
noLoading: true
|
||||
})
|
||||
}
|
||||
// 新增元数据
|
||||
|
||||
Reference in New Issue
Block a user