mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
Merge pull request #2654 from jumpserver/pr@dev@replay_storage
perf: replay storage update
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
|||||||
actions: {
|
actions: {
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
onUpdate: function({ row }) {
|
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 }) {
|
canUpdate: function({ row }) {
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user