1、修复基础配置
2、修复业务模块 3、拆分页面代码
This commit is contained in:
@@ -86,3 +86,10 @@ export const getDictionary = params => {
|
||||
params,
|
||||
});
|
||||
};
|
||||
|
||||
export const getDictionaryAll = () => {
|
||||
return request({
|
||||
url: '/blade-system/dict-biz/select-all',
|
||||
method: 'get',
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user