fix: refs #6919 update customer data retrieval to use useArrayData for improved reactivity #1474

Merged
jorgep merged 2 commits from 6919-warmfix-getCustomer into test 2025-02-24 09:15:14 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5e8ad9df11 - Show all commits

View File

@ -18,6 +18,7 @@ import VnInput from 'src/components/common/VnInput.vue';
import VnInputDate from 'src/components/common/VnInputDate.vue'; import VnInputDate from 'src/components/common/VnInputDate.vue';
import CustomerSamplesPreview from 'src/pages/Customer/components/CustomerSamplesPreview.vue'; import CustomerSamplesPreview from 'src/pages/Customer/components/CustomerSamplesPreview.vue';
import FormPopup from 'src/components/FormPopup.vue'; import FormPopup from 'src/components/FormPopup.vue';
import { useArrayData } from 'src/composables/useArrayData';
const { dialogRef, onDialogOK } = useDialogPluginComponent(); const { dialogRef, onDialogOK } = useDialogPluginComponent();