change file name and directory network.ts n graphql
This commit is contained in:
@ -56,7 +56,7 @@ import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter'
|
||||
import { saveAs } from 'file-saver'
|
||||
import { Workbook } from 'exceljs'
|
||||
import { useQuery } from '@vue/apollo-composable'
|
||||
import { queries } from '@/utils/graphql'
|
||||
import { queries } from '@/utils/api/api.graphql'
|
||||
const currentYear = ref(new Date().getFullYear())
|
||||
const currentMonth = ref(new Date().getMonth())
|
||||
const lastYear = ref(currentYear.value - 1)
|
||||
@ -134,3 +134,4 @@ const onSelectionChanged = ({ selectedRowsData }: any) => {
|
||||
|
||||
const filters = ref()
|
||||
</script>
|
||||
@/utils/api/graphql
|
Reference in New Issue
Block a user