feat(uom): integrate api for uom

This commit is contained in:
riefive
2025-09-26 15:46:22 +07:00
parent 5d41e4e60d
commit 867f93af31
17 changed files with 469 additions and 46 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ provide('table_data_loader', isLoading)
const getCurrentToolsDetail = async (id: number | string) => {
const result = await getDeviceDetail(id)
if (result.success) {
const currentDevice = result.body?.data || {}
recItem.value = currentDevice
const currentValue = result.body?.data || {}
recItem.value = currentValue
}
}