diff --git a/src/modules/02_organizationalNew/components/DialogHistoryPos.vue b/src/modules/02_organizationalNew/components/DialogHistoryPos.vue index 8a8e5885d..8b43743da 100644 --- a/src/modules/02_organizationalNew/components/DialogHistoryPos.vue +++ b/src/modules/02_organizationalNew/components/DialogHistoryPos.vue @@ -71,7 +71,7 @@ const columns = ref([ style: "font-size: 14px", }, ]); -const rows = ref(); +const rows = ref([]); const props = defineProps({ rowId: { @@ -121,7 +121,6 @@ watch( " /> -