change file name and directory network.ts n graphql
This commit is contained in:
@@ -99,7 +99,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())
|
||||
@@ -199,3 +199,4 @@ onMounted(() => {
|
||||
getMonthName(filters.value.bulan.id)
|
||||
})
|
||||
</script>
|
||||
@/utils/api/graphql
|
Reference in New Issue
Block a user