fix error
This commit is contained in:
@ -145,5 +145,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -145,5 +145,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -130,5 +130,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -133,5 +133,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -198,5 +198,4 @@ const filters = ref<any>({
|
||||
onMounted(() => {
|
||||
getMonthName(filters.value.bulan.id)
|
||||
})
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -171,5 +171,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -59,7 +59,7 @@ import {
|
||||
} from 'devextreme-vue/data-grid'
|
||||
import { jsPDF } from 'jspdf'
|
||||
import { exportDataGrid as exportToPdf } from 'devextreme/pdf_exporter'
|
||||
import { exportDataGrid as exportToExcel } from 'devextreme/excel_export er'
|
||||
import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter'
|
||||
import { saveAs } from 'file-saver'
|
||||
import { Workbook } from 'exceljs'
|
||||
import { useQuery } from '@vue/apollo-composable'
|
||||
|
@ -146,5 +146,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
@ -146,5 +146,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
}
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
||||
</script>
|
Reference in New Issue
Block a user