fix bug ==> เครื่องราช
This commit is contained in:
parent
d9ff26ac4a
commit
305677587c
7 changed files with 14 additions and 11 deletions
|
|
@ -65,7 +65,7 @@ const modalbackInsignia2Role = ref<boolean>(false); // popup หมายเห
|
|||
*/
|
||||
async function fecthlistRound() {
|
||||
await http
|
||||
.get(config.API.listRoundInsignia())
|
||||
.get(config.API.listRoundInsignia(), { params: { path: "MANAGE" } })
|
||||
.then(async (res) => {
|
||||
optionRound.value = res.data.result.map((e: ResponsePeriod) => ({
|
||||
id: e.period_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue