แก้ วินัย

This commit is contained in:
setthawutttty 2025-07-08 10:44:23 +07:00
parent e9b6e34f38
commit 8eecf62c90
5 changed files with 7 additions and 7 deletions

View file

@ -262,7 +262,6 @@ function updateLevel(val: string) {
const listData: any = posTypeMainOp.value.find(
(item: PosType) => item.id == val
);
console.log(listData);
if (employeeClass.value === "officer") {
posLevelMainOp.value = listData ? listData.posLevels : [];
} else {