Refactor DKeluhan_ResponseTime.vue and api.graphql.ts

This commit is contained in:
Dede Fuji Abdul
2024-03-22 15:40:27 +07:00
parent 9d94e5f2c3
commit a59565679f
3 changed files with 147 additions and 26 deletions

View File

@ -364,8 +364,8 @@ const showDetail = () => {
const onSelectionChanged = ({ selectedRowsData }: any) => {
if (selectedRowsData[0] != undefined) {
dataSelected.value = selectedRowsData[0]
showDetail()
}
showDetail()
}
const onExporting = (e: any) => {