Merge branch 'dev-defuj' of github.com:defuj/eis into dev-bagus
This commit is contained in:
@@ -12,12 +12,20 @@
|
||||
|
||||
<Anomali_LAPPGP_LPT
|
||||
:data="data"
|
||||
:loading="loadingData"
|
||||
:filters="filters"
|
||||
@update:data-sub="dataSub = $event"
|
||||
@update:loading-sub-data="loadingSubData = $event"
|
||||
@update:marking="marking = $event"
|
||||
/>
|
||||
<Anomali_LAPPGP_LPP :data="dataSub" :filters="filters" />
|
||||
|
||||
<Anomali_LAPPGP_LPP
|
||||
:data="dataSub"
|
||||
:filters="filters"
|
||||
:marking="marking"
|
||||
@update:loading-sub-data="loadingSubData = $event"
|
||||
/>
|
||||
|
||||
<BufferDialog v-if="loadingData || loadingSubData" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@@ -29,6 +37,7 @@ import Filters from '@/components/Form/Filters.vue'
|
||||
import { queries, requestGraphQl } from '@/utils/api/api.graphql'
|
||||
import { apolloClient } from '@/utils/api/api.graphql'
|
||||
import { provideApolloClient } from '@vue/apollo-composable'
|
||||
import BufferDialog from '@/components/Dialogs/BufferDialog.vue'
|
||||
|
||||
const client = apolloClient()
|
||||
provideApolloClient(client)
|
||||
@@ -37,6 +46,7 @@ const dataSub = ref<any[]>([])
|
||||
const dialogDetail = ref(false)
|
||||
const loadingData = ref(false)
|
||||
const loadingSubData = ref(false)
|
||||
const marking = ref<any>(0)
|
||||
const filters = ref({
|
||||
jenisLaporan: {
|
||||
id: 1,
|
||||
|
Reference in New Issue
Block a user