fix orgSub
This commit is contained in:
parent
dc437a8ade
commit
a982430e5f
1 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ function selectOrgLevele(val: string, status: boolean = true) {
|
|||
{ name: "โรงพยาบาล", id: "HOSPITAL" },
|
||||
{ name: "ศูนย์", id: "CENTER" },
|
||||
{ name: "ศูนย์บริการการแพทย์", id: "MEDICAL" },
|
||||
{ name: "ศูนย์บริการสาธารณสุขสาขา", id: "HEALTHMAJOR" },
|
||||
{ name: "ศูนย์บริการสาธารณสุข", id: "HEALTHMAJOR" },
|
||||
{ name: "หน่วย", id: "UNIT" },
|
||||
];
|
||||
|
||||
|
|
@ -293,7 +293,7 @@ function selectOrgLevele(val: string, status: boolean = true) {
|
|||
},
|
||||
{
|
||||
name: "ศูนย์บริการสาธารณสุขสาขา",
|
||||
id: "HEALTHMAJOR",
|
||||
id: "HEALTHBRANCH",
|
||||
},
|
||||
{
|
||||
name: "ศูนย์ฝึกอาชีพ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue