仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmMes
DM云工厂标准版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
# 修改配置角色 报角色编码存在
jiaosong
2023-08-23
2d0520366daf28b158a45b98b0dec6c8326870f4
[productDev/dmMes.git]
/
platform_web
/
src
/
api
/
business
/
companyLog.js
1
2
3
4
5
6
7
8
import request from '../../utils/request'
// 查询
export function fetchList (data) {
return request.post('/business/companyLog/findCompanyLogPage', data, {
trim: true
})
}