From f46ecdde5499b206dc9825228a5c7d2256e9bb53 Mon Sep 17 00:00:00 2001 From: rpurnama1409 Date: Wed, 13 Mar 2024 11:24:42 +0700 Subject: [PATCH] Update .env.development and DKeluhan_PLD1K.vue files --- .env.development | 6 ++++-- src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue | 6 +++--- src/utils/api/api.graphql.ts | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index 73a96a0..6bf8543 100755 --- a/.env.development +++ b/.env.development @@ -2,5 +2,7 @@ VITE_BASE_URL=http://localhost:5173 VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 VITE_APP_NAME='Executive Information System' -VITE_APP_GRAPHQL_ENDPOINT=http://192.168.191.163:32169/graphql -VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180 \ No newline at end of file +VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql +# VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180 +# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181 \ No newline at end of file diff --git a/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue b/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue index 55b8487..1a24787 100755 --- a/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue +++ b/src/components/Pages/Keluhan/Daftar/DKeluhan_PLD1K.vue @@ -81,7 +81,7 @@

Tanggal Recovery:

- +
@@ -391,7 +391,7 @@ const onExporting = (e: any) => { item.no_laporan, item.waktu_lapor, item.waktu_response, - item.waktu_recovery, + item.waktu_selesai, item.jumlah_lapor, item.durasi_response_time, item.durasi_recovery_time, diff --git a/src/utils/api/api.graphql.ts b/src/utils/api/api.graphql.ts index 885a054..f4ffee0 100755 --- a/src/utils/api/api.graphql.ts +++ b/src/utils/api/api.graphql.ts @@ -194,7 +194,7 @@ export const queries = { no_telp_pelapor status_akhir waktu_lapor - waktu_recovery + waktu_selesai waktu_response } }