crm-客户:集成操作日志详情组件

This commit is contained in:
puhui999
2023-12-30 17:06:09 +08:00
parent 455688eaa8
commit 261d8b2aa4
4 changed files with 16 additions and 10 deletions

View File

@ -66,7 +66,12 @@ const getOperateLog = async (customerId: number) => {
if (!customerId) {
return
}
logList.value = await CustomerApi.getOperateLog(customerId)
const data = await CustomerApi.getOperateLogPage({
pageNo: 1,
pageSize: 10,
bizId: customerId
})
logList.value = data.list
}
/** 初始化 */
const { delView } = useTagsViewStore() // 视图操作