仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmMes
DM云工厂标准版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
# 工资表配置表 联调修改
jiaosong
2023-08-15
91b92422716cb4c5d0433f77fd2d6d45a69639c4
[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
})
}