feat-wip(components): 数据字典相关页面代码提交
This commit is contained in:
@ -43,3 +43,13 @@ export function fetchDictionaryDeleteBatch(ids: string[]) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function fetchTreeDictionaryItem(dictionaryId: string) {
|
||||
return request<Api.Sys.Core.DictionaryItem[]>({
|
||||
url: '/dictionaryItem/tree',
|
||||
method: 'post',
|
||||
data: {
|
||||
dictionaryId
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user