refactor(projects): axios封装完成
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
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