fixing bug org switch case break

This commit is contained in:
Warunee Tamkoo 2025-04-23 16:07:29 +07:00
parent 0d0978b4df
commit d4270421ba

View file

@ -279,7 +279,7 @@ function selectOrgLevele(val: string, status: boolean = true) {
id: "MISSION",
},
];
break;
case "SECTION":
orgLevelSubOptionMain.value = [
{ name: "ฝ่าย", id: "FACTION" },
@ -328,7 +328,7 @@ function selectOrgLevele(val: string, status: boolean = true) {
id: "SECONDARYSCHOOL",
},
];
break;
default:
break;
}