refactor: 更新字典树API参数和面包屑功能
This commit is contained in:
@ -85,6 +85,6 @@ export const tab2 = () => {
|
||||
/**
|
||||
* 获取具有上下级关系的当前的名称
|
||||
*/
|
||||
export const getDictTree = (params: { dictType: string }) => {
|
||||
export const getDictTree = (params: { type: number, id: number}) => {
|
||||
return useDollarFetchRequest.get<IResponse<ProjectDictNodeVO[]>>('/prod-api/app-api/business/dict/level-by-id', { query: params })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user