This commit is contained in:
guochunsi
2026-01-06 16:39:57 +08:00
parent 7f91263205
commit 9e583c3c30
32 changed files with 2830 additions and 481 deletions

View File

@@ -18,6 +18,15 @@ export function getTypeValue(type: string | number) {
});
}
// 批量获取字典类型值
export function getDictsByTypes(types: string[]) {
return request({
url: '/admin/dict/item/typeList',
method: 'post',
data: types,
});
}
export function fetchList(query: any) {
return request({
url: '/admin/dict/list',