fix ==> เครื่องราช
This commit is contained in:
parent
751953b569
commit
4b6f451192
2 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ async function selectorRound(round: string | undefined) {
|
|||
/** function เรียกรายการเครืองราชฯ */
|
||||
async function fecthlistInsignia() {
|
||||
DataStore.mainTab = tab.value;
|
||||
DataStore.rows = [];
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.insigniaManageType(tab.value, Number(roundYear.value)))
|
||||
|
|
|
|||
|
|
@ -363,6 +363,7 @@ async function selectorRound(round: number) {
|
|||
* function เรียกรายชื่อการเสนอขอเครื่องราชฯ
|
||||
*/
|
||||
async function fecthlistInsignia() {
|
||||
DataStore.rows = [];
|
||||
showLoader();
|
||||
await http
|
||||
.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue