fix: option not show

This commit is contained in:
Methapon Metanipat 2024-11-11 17:12:56 +07:00
parent 9c75aa9a45
commit f2b9ab0217

View file

@ -128,6 +128,7 @@ async function init(val: string, type: 'branch' | 'customer') {
});
}
}
customerOption.value = mapped;
}
}
}