fix: value no update
This commit is contained in:
parent
a73a3fc7db
commit
5d5621882e
1 changed files with 2 additions and 0 deletions
|
|
@ -671,7 +671,9 @@ function triggerProductServiceDialog() {
|
||||||
|
|
||||||
function toggleDeleteProduct(index: number) {
|
function toggleDeleteProduct(index: number) {
|
||||||
productServiceList.value.splice(index, 1);
|
productServiceList.value.splice(index, 1);
|
||||||
|
productServiceList.value = [...productServiceList.value]; // สร้างอาร์เรย์ใหม่
|
||||||
}
|
}
|
||||||
|
|
||||||
async function assignWorkerToSelectedWorker() {
|
async function assignWorkerToSelectedWorker() {
|
||||||
if (quotationFormData.value.customerBranchId) {
|
if (quotationFormData.value.customerBranchId) {
|
||||||
const retEmp = await customerStore.fetchBranchEmployee(
|
const retEmp = await customerStore.fetchBranchEmployee(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue