[Fix การลา] แก้ไขการยิง api ไป get ข้อมูลประเภทการลาและ position ในหน้ารายละเอียดการการลา และยกเลิกการลาให้เก็บใน store
This commit is contained in:
parent
6f7bdb91ee
commit
2d6e42170b
5 changed files with 264 additions and 188 deletions
|
|
@ -23,7 +23,7 @@ interface DateFilter {
|
|||
status: string; //*สถานะการของลา
|
||||
keyword: string; //keyword ค้นหา
|
||||
}
|
||||
interface FremData {
|
||||
interface FormData {
|
||||
id: string; //Id การยื่นขอลา
|
||||
reasonCommander: string; //เหตุผลผู้บังคับบัญชา
|
||||
reasonOligarch: string; //เหตุผลผู้มีอำนาจ
|
||||
|
|
@ -99,4 +99,4 @@ interface FremData {
|
|||
leaveRangeEnd: string;
|
||||
}
|
||||
|
||||
export type { ListsData, FremData, QuerySting, DateFilter };
|
||||
export type { ListsData, FormData, QuerySting, DateFilter };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue