updated route complete

This commit is contained in:
Warunee Tamkoo 2024-08-01 15:25:48 +07:00
parent d92952637b
commit 265c0bdbe0
7 changed files with 275 additions and 288 deletions

View file

@ -128,7 +128,7 @@ async function fetchData() {
/** Function redirect หน้าข้อมูลรอบการเสนอข้อ */
function clickEdit(col: ColId) {
router.push(`/insignia/round-add/${col.period_id}`);
router.push(`/insignia/round/${col.period_id}`);
}
/**