mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): axios封装:文件夹规范,错误处理完善
This commit is contained in:
@ -1 +1,8 @@
|
||||
export {};
|
||||
import { request } from '../request';
|
||||
|
||||
/**
|
||||
* 获取数据字典
|
||||
*/
|
||||
export async function fetchDictionary(keyword: string) {
|
||||
await request.post('/ehe/model/getByIndicator', { indiCatorName: keyword });
|
||||
}
|
||||
|
Reference in New Issue
Block a user