Update import statement for getDataRowGroup in RGangguan_ALL and RGangguan_KTI

This commit is contained in:
Dede Fuji Abdul
2024-04-01 10:41:35 +07:00
parent e97805be5a
commit 948895dfb5
3 changed files with 43 additions and 2 deletions

View File

@ -1081,7 +1081,7 @@ import {
exportDetailToPDF,
exportDetailToXLSX
} from '@/report/Gangguan/Rekap/RGangguan_ALL'
import { getDataRowGroup } from '@/utils/data'
import { getDataRowGroup } from '@/utils/helper'
const client = apolloClient()
provideApolloClient(client)
@ -1561,3 +1561,4 @@ onMounted(() => {
}
})
</script>
@/utils/helper

View File

@ -1134,7 +1134,7 @@ import {
exportDetailToXLSX
} from '@/report/Gangguan/Rekap/RGangguan_KTI'
import { getMonthNumber } from '@/utils/texts'
import { getDataRowGroup } from '@/utils/data'
import { getDataRowGroup } from '@/utils/helper'
const client = apolloClient()
provideApolloClient(client)
const position = { of: '#data' }
@ -1659,3 +1659,4 @@ onMounted(() => {
}
})
</script>
@/utils/helper