Merge branch 'main' into dev
# Conflicts: # src/components/SecondDev/OpinionDialog.vue
This commit is contained in:
@ -11,11 +11,10 @@ enum Api {
|
||||
/**
|
||||
* @description: 查询当前用户授权子系统(不分页包括主系统)
|
||||
*/
|
||||
export async function getSubSystemList(params,mode: ErrorMessageMode = 'modal') {
|
||||
export async function getSubSystemList(mode: ErrorMessageMode = 'modal') {
|
||||
return defHttp.get<any[]>(
|
||||
{
|
||||
url: Api.List,
|
||||
params
|
||||
},
|
||||
{
|
||||
errorMessageMode: mode,
|
||||
|
||||
Reference in New Issue
Block a user