feat(device): update list

This commit is contained in:
riefive
2025-09-25 13:33:03 +07:00
parent e3d3188b1d
commit 46045ebb41
4 changed files with 12 additions and 15 deletions

No files matched your search

+2 -2
View File
@@ -103,8 +103,8 @@ provide('rec_action', recAction)
provide('rec_item', recItem)
provide('table_data_loader', isLoading)
// Watch for row actions
watch(recId, () => {
// Watch for row actions when recId or recAction changes
watch([recId, recAction], () => {
switch (recAction.value) {
case ActionEvents.showDetail:
getEquipmentDetail(recId.value)