Refactor code: Remove console.log statements and fix column width in RKeluhan_ALL.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-25 11:31:01 +07:00
parent 3fb69f209a
commit 77b4eddadf
10 changed files with 484 additions and 232 deletions

View File

@ -781,9 +781,6 @@ const filterData = (params: any) => {
if (queryResult.networkStatus == 7) {
loadingData.value = false
}
console.log('loading', queryResult.loading)
console.log('networkStatus', queryResult.networkStatus)
console.log('stale', queryResult.stale)
})
onError((error) => {