refactor: v-model new worker

This commit is contained in:
Thanaphon Frappet 2024-12-20 16:43:27 +07:00
parent 7043c635d5
commit fc0b703a96
2 changed files with 11 additions and 3 deletions

View file

@ -2216,9 +2216,7 @@ watch(
v-model:open="pageState.employeeModal"
@success="
(v) => {
console.log(v.newWorker);
selectedWorker = v.worker;
newWorkerList = v.newWorker;
}
"
/>