change file name and directory network.ts n graphql
This commit is contained in:
@@ -90,15 +90,13 @@ 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 { formatNumber, formatPercentage, isNumber } from '@/utils/numbers'
|
||||
import { dummyData } from '@/utils/dummy'
|
||||
import { queries } from '@/utils/api/api.graphql'
|
||||
import { formatPercentage, isNumber } from '@/utils/numbers'
|
||||
|
||||
const position = { of: '#data' }
|
||||
const showIndicator = ref(true)
|
||||
const shading = ref(true)
|
||||
const showPane = ref(true)
|
||||
const onExporting = (e: any) => {
|
||||
const showIndicator =
|
||||
const shading = ref(true) wPane = ref(true)
|
||||
const onExpo rting = (e: any) => {
|
||||
if (e.format === 'pdf') {
|
||||
const doc = new jsPDF()
|
||||
|
||||
@@ -175,3 +173,4 @@ onMounted(() => {
|
||||
data.value = dummyData.gangguan.rekap.rekapitulasiGangguanBerdasarkanMedia
|
||||
})
|
||||
</script>
|
||||
@/utils/api/graphql
|
Reference in New Issue
Block a user