change file name and directory network.ts n graphql

This commit is contained in:
Dede Fuji Abdul
2024-03-07 22:01:44 +07:00
parent b99be65200
commit ce38a5711c
59 changed files with 1182 additions and 3137 deletions

View File

@ -64,7 +64,7 @@ import { saveAs } from 'file-saver'
import { Workbook } from 'exceljs'
import { useQuery } from '@vue/apollo-composable'
import { getMonthName } from '@/utils/texts'
import { queries } from '@/utils/graphql'
import { queries } from '@/utils/api/api.graphql'
const currentYear = ref(new Date().getFullYear())
const currentMonth = ref(new Date().getMonth())
@ -146,3 +146,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
const filters = ref()
</script>
@/utils/api/graphql