Remove unused code and fix variable duplication

This commit is contained in:
Eko Haryadi
2024-02-24 15:43:36 +07:00
parent 91076f1ba2
commit 42ea91bd33

View File

@ -171,8 +171,6 @@ const shading = ref(true)
const showPane = ref(true) const showPane = ref(true)
const dataDetail = ref<any>() const dataDetail = ref<any>()
const data = ref<any[]>([]) const data = ref<any[]>([])
const showDetail = ref(false)
const data = ref<any[]>([])
const onExporting = (e: any) => { const onExporting = (e: any) => {
if (e.format === 'pdf') { if (e.format === 'pdf') {