Refactor code: Removed unnecessary refetch(query) calls

This commit is contained in:
Dede Fuji Abdul
2024-03-19 16:02:36 +07:00
parent 60cceef0ca
commit b55f6f2235
10 changed files with 0 additions and 20 deletions

View File

@ -813,8 +813,6 @@ const getDetail = () => {
query
)
refetch(query)
onResult((queryResult) => {
if (queryResult.data != undefined) {
dataSub.value = queryResult.data.detailGangguan