diff --git a/src/views/assets/Platform/PlatformList.vue b/src/views/assets/Platform/PlatformList.vue index 3deab8827..905bda257 100644 --- a/src/views/assets/Platform/PlatformList.vue +++ b/src/views/assets/Platform/PlatformList.vue @@ -115,6 +115,11 @@ export default { vm.$route.query._type = row.type.value vm.$route.query._category = row.category.value vm.$refs.genericListTable.onUpdate({ row, col }) + }, + onClone: ({ row, col }) => { + vm.$route.query._type = row.type.value + vm.$route.query._category = row.category.value + vm.$refs.genericListTable.onClone({ row, col }) } } }