Refactor RGangguan_ALL.vue and api.graphql.ts
This commit is contained in:
@ -636,6 +636,12 @@ export const queries = {
|
||||
$idUlp: Int!
|
||||
$idUid: Int!
|
||||
$idUp3: Int!
|
||||
$namaRegional: String
|
||||
$isSelesai: Int!
|
||||
$media: String
|
||||
$tanggal: String
|
||||
$namaIssuetype: String
|
||||
$namaSubissuetype: String
|
||||
) {
|
||||
detailKeluhanAll(
|
||||
dateFrom: $dateFrom
|
||||
@ -643,14 +649,25 @@ export const queries = {
|
||||
idUlp: $idUlp
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
namaRegional: $namaRegional
|
||||
isSelesai: $isSelesai
|
||||
media: $media
|
||||
tanggal: $tanggal
|
||||
namaIssuetype: $namaIssuetype
|
||||
namaSubissuetype: $namaSubissuetype
|
||||
) {
|
||||
id
|
||||
nama_regional
|
||||
id_uid
|
||||
nama_uid
|
||||
id_up3
|
||||
nama_up3
|
||||
id_ulp
|
||||
nama_ulp
|
||||
no_laporan
|
||||
pembuat_laporan
|
||||
waktu_lapor
|
||||
waktu_response
|
||||
waktu_recovery
|
||||
durasi_dispatch_time
|
||||
durasi_response_time
|
||||
durasi_recovery_time
|
||||
status_akhir
|
||||
@ -659,14 +676,8 @@ export const queries = {
|
||||
alamat_pelapor
|
||||
no_telp_pelapor
|
||||
keterangan_pelapor
|
||||
media
|
||||
jarak_closing
|
||||
dispatch_oleh
|
||||
diselesaikan_oleh
|
||||
penyebab
|
||||
tindakan
|
||||
kode_gangguan
|
||||
jenis_gangguan
|
||||
respon_pelanggan
|
||||
is_selesai
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Reference in New Issue
Block a user