diff --git a/src/pages/05_quotation/QuotationFormWorkerSelect.vue b/src/pages/05_quotation/QuotationFormWorkerSelect.vue index f5629787..8facc8fa 100644 --- a/src/pages/05_quotation/QuotationFormWorkerSelect.vue +++ b/src/pages/05_quotation/QuotationFormWorkerSelect.vue @@ -223,6 +223,7 @@ async function getWorkerList() { query: state.search, passport: true, customerBranchId: props.customerBranchId, + activeOnly: true, }); if (!ret) return false; @@ -241,6 +242,7 @@ async function getWorkerFromCriteria( page: 1, passport: true, customerBranchId: props.customerBranchId, + activeOnly: true, }); if (!ret) return false; // error, do not close dialog