feat: 新增很多页面
This commit is contained in:
@@ -156,3 +156,15 @@ export function validateDictItemLabel(rule: any, value: any, callback: any, type
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量查询字典数据
|
||||
* @param types 字典类型数组
|
||||
*/
|
||||
export function queryDictByTypeList(types: string[]) {
|
||||
return request({
|
||||
url: '/admin/dict/queryDictByTypeList',
|
||||
method: 'post',
|
||||
data: types,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user