@@ -308,9 +308,7 @@
const onDetail = (record = null, view) => {
indexShow.value = false
nextTick(() => {
- if (record) {
- detailRef.value.onOpen(record, view)
- }
+ detailRef.value.onOpen(record, view)
})
}
<% if (searchCount > 0) { %>