CRM:统一日志获取接口

(cherry picked from commit 5adf75d15b)
This commit is contained in:
puhui999
2024-01-27 15:15:07 +08:00
committed by shizhong
parent 9f599fb790
commit d3f8d40e40
8 changed files with 41 additions and 34 deletions

View File

@ -41,8 +41,3 @@ export const deleteProduct = async (id: number) => {
export const exportProduct = async (params) => {
return await request.download({ url: `/crm/product/export-excel`, params })
}
// 查询产品操作日志
export const getOperateLogPage = async (params: any) => {
return await request.get({ url: '/crm/product/operate-log-page', params })
}