fix bug ==> เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-26 14:15:00 +07:00
parent d9ff26ac4a
commit 305677587c
7 changed files with 14 additions and 11 deletions

View file

@ -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,