fix error

This commit is contained in:
Dede Fuji Abdul
2024-03-07 22:50:12 +07:00
parent ce38a5711c
commit 11b1dd0cd8
54 changed files with 731 additions and 489 deletions

View File

@ -145,5 +145,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -145,5 +145,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -130,5 +130,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -133,5 +133,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -198,5 +198,4 @@ const filters = ref<any>({
onMounted(() => {
getMonthName(filters.value.bulan.id)
})
</script>
@/utils/api/graphql
</script>

View File

@ -171,5 +171,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -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'

View File

@ -146,5 +146,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>

View File

@ -146,5 +146,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
}
const filters = ref()
</script>
@/utils/api/graphql
</script>