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

@@ -66,14 +66,14 @@ 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 position = { of: '#data' }
const showIndicator = ref(true)
const shading = ref(true)
const showPane = ref(true)
const onExporting = (e: any) => {
if (e.format === 'pdf') {
const doc = new jsPDF()
const d oc = new jsPDF()
exportToPdf({
jsPDFDocument: doc,
@@ -143,3 +143,4 @@ const filterData = (params: any) => {
})
}
</script>
@/utils/api/graphql