fix: value no update

This commit is contained in:
Thanaphon Frappet 2024-11-28 14:50:22 +07:00
parent a73a3fc7db
commit 5d5621882e

View file

@ -671,7 +671,9 @@ function triggerProductServiceDialog() {
function toggleDeleteProduct(index: number) {
productServiceList.value.splice(index, 1);
productServiceList.value = [...productServiceList.value]; //
}
async function assignWorkerToSelectedWorker() {
if (quotationFormData.value.customerBranchId) {
const retEmp = await customerStore.fetchBranchEmployee(