perf: replay storage update

This commit is contained in:
feng
2023-02-16 11:12:47 +08:00
parent bf9a2179ae
commit c3be0b01ca

View File

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