diff --git a/src/pages/Item/components/ItemProposal.vue b/src/pages/Item/components/ItemProposal.vue index 7e8fcdf17..c7355f2f9 100644 --- a/src/pages/Item/components/ItemProposal.vue +++ b/src/pages/Item/components/ItemProposal.vue @@ -183,7 +183,7 @@ async function confirm() { // } // onDialogOK({ data: true }); emit('refreshData', { type: 'refresh', itemProposal: proposalSelected.value[0] }); - proposalSelected.value = null; + proposalSelected.value = []; popupProxyRef.value.hide(); } const { dialogRef, onDialogOK, onDialogCancel } = useDialogPluginComponent(); @@ -200,7 +200,7 @@ onUnmounted(() => {});