Fixed: Plateform Clone

This commit is contained in:
zhaojisen
2025-03-20 15:52:27 +08:00
committed by ZhaoJiSen
parent 564e530a96
commit 024051df76

View File

@@ -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 })
}
}
}