公告板
版本库
filestore
活动
搜索
登录
main
/
sunsail-platform-ui
sunsail云平台前端项目工程
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
智搜-工作经历性别不显示修复,离职记录修改为部门全称,合同增加显示备注字段
yijiusmile
2021-05-17
0a2bfc15af5a729c1d001b3320a1c4cc70786664
[sunsail-platform-ui.git]
/
src
/
api
/
data.js
1
2
3
4
5
6
7
8
9
10
11
import request from './request'
// 根据字典类型查询字典数据信息
export function getDicts(dictType) {
const newVar = typeof (dictType)
if (newVar !== 'function') {
return request({
url: 'system/dicItem/type/' + dictType,
method: 'get'
})
}
}