diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index d7e332f7..fdc36d8b 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -198,7 +198,6 @@ const selectedWorkerItem = computed(() => { })), ]; }); -const workerList = ref([]); const firstCodePayment = ref(''); const selectedProductGroup = ref(''); const selectedInstallmentNo = ref([]); @@ -1059,12 +1058,7 @@ watch( () => quotationFormData.value.customerBranchId, async (v) => { if (!v) return; - - const retEmp = await customerStore.fetchBranchEmployee(v, { - passport: true, - }); - - if (retEmp) workerList.value = retEmp.data.result; + selectedWorker.value = []; }, ); @@ -2531,8 +2525,8 @@ function covertToNode() { } :deep( - i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated - ) { + i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated +) { color: var(--brand-1); } @@ -2549,9 +2543,9 @@ function covertToNode() { } :deep( - .q-item.q-item-type.row.no-wrap.q-item--dense.q-item--clickable.q-link.cursor-pointer.q-focusable.q-hoverable.surface-1 - .q-focus-helper - ) { + .q-item.q-item-type.row.no-wrap.q-item--dense.q-item--clickable.q-link.cursor-pointer.q-focusable.q-hoverable.surface-1 + .q-focus-helper +) { visibility: hidden; }