แก้ ประเภทตำแหน่ง/กลุ่ม โดน clear

This commit is contained in:
setthawutttty 2025-03-27 13:48:46 +07:00
parent a9484ca76c
commit 90e406e21c

View file

@ -227,7 +227,6 @@ function filterSelector(val: string, update: Function, type: string) {
switch (type) {
case "posType":
update(() => {
formData.posTypeId = "";
salaryPosTypeOption.value = salaryPosTypeOptionMain.value.filter(
(v: DataOption) => v.name.toLowerCase().indexOf(val) > -1
);