2
0

修复BUG

This commit is contained in:
lai
2025-02-13 17:53:31 +08:00
parent 7f60eafc6d
commit fd0d541fdf
3 changed files with 57 additions and 8 deletions

View File

@@ -60,3 +60,15 @@ export function getDictDataType(dictType: string) {
method: 'get',
});
}
/**
* 获取字典选择框列表
* @param data 字典数据对象
* @returns object
*/
export function getDictOptionselect() {
return request({
url: '/system/dict/type/optionselect',
method: 'get',
});
}