mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
perf: replay storage update
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
onUpdate: function({ row }) {
|
||||
this.$router.push({ name: 'ReplayStorageUpdate', params: { id: row.id }, query: { type: row.type }})
|
||||
this.$router.push({ name: 'ReplayStorageUpdate', params: { id: row.id }, query: { type: row.type.value }})
|
||||
},
|
||||
canUpdate: function({ row }) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user