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

(cherry picked from commit 261d8b2aa4)
This commit is contained in:
puhui999
2023-12-30 17:06:09 +08:00
committed by shizhong
parent 62b9002cf6
commit 2b1c12eb4b
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() // 视图操作