fix: แก้รับค่า ตอนกดแก้ไข

This commit is contained in:
Net 2024-06-12 09:36:11 +07:00
parent 5b80737cd3
commit 450b3e10bf

View file

@ -957,6 +957,7 @@ watch(fieldSelectedCustomer, async () => {
() => {
if (!listCustomer) return;
customerType = i.customerType;
const { branch, ...payload } = i;
currentCustomer = payload;