mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
Fixed: Plateform Clone
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user