Fixed: Session Record

This commit is contained in:
zhaojisen
2025-03-17 16:19:30 +08:00
committed by ZhaoJiSen
parent b672288725
commit 194ea09cab

View File

@@ -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>