CRM:统一日志获取接口

This commit is contained in:
puhui999
2024-01-27 15:15:07 +08:00
parent 26daa3a1ff
commit 5adf75d15b
8 changed files with 33 additions and 24 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 })
}