diff --git a/src/components/Table/DrawerListTable/index.vue b/src/components/Table/DrawerListTable/index.vue index eb14eb61c..4f13562fb 100644 --- a/src/components/Table/DrawerListTable/index.vue +++ b/src/components/Table/DrawerListTable/index.vue @@ -220,6 +220,7 @@ export default { }) }, onUpdate({ row, col }) { + this.$route.params.id = row.id this.$store.dispatch('common/setDrawerActionMeta', { action: 'update', row: row, col: col, id: row.id }).then(() => { diff --git a/src/components/Table/TableFormatters/ActionsFormatter.vue b/src/components/Table/TableFormatters/ActionsFormatter.vue index d9a1f9c3b..ae4f89905 100644 --- a/src/components/Table/TableFormatters/ActionsFormatter.vue +++ b/src/components/Table/TableFormatters/ActionsFormatter.vue @@ -224,7 +224,7 @@ export default { } -