1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

search in the process audit by user (#980)

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
This commit is contained in:
Elsio Sanchez 2021-07-12 19:57:33 -04:00 committed by GitHub
parent 3b4765e40d
commit 3bb6a7880a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ const processLog = {
pageSize
}) {
// process Activity
return requestListProcessesLogs({ pageToken, pageSize })
return requestListProcessesLogs({ userUuid: getters['user/getUserUuid'], pageToken, pageSize })
.then(processActivityResponse => {
const responseList = processActivityResponse.processLogsList.map(processLogItem => {
const { uuid: containerUuid } = processLogItem