mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
Fixed: Session Record
This commit is contained in:
@@ -71,10 +71,13 @@ export default {
|
||||
hasRightActions: false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
const drawActionMeta = await this.$store.dispatch('common/getDrawerActionMeta')
|
||||
|
||||
if (drawActionMeta && drawActionMeta.id) {
|
||||
this.tableConfig.url = `/api/v1/audits/ftp-logs/?session=${drawActionMeta.id}`
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user