This commit is contained in:
Warunee Tamkoo 2024-08-01 12:12:28 +07:00
parent 46533bbd62
commit 15d3ac574d
128 changed files with 347 additions and 322 deletions

View file

@ -697,7 +697,7 @@ async function fecthInsignia() {
* @param id profileId
*/
function nextPage(id: string) {
router.push(`/registry-new/${id}`);
router.push(`/registry-person/${id}`);
}
/** ค้นหาข้อมุล table*/

View file

@ -172,7 +172,7 @@ function changtypeOc() {
* @param id profileId
*/
function nextPage(id: string) {
router.push(`/registry-new/${id}`);
router.push(`/registry-person/${id}`);
}
/** filter table*/

View file

@ -172,7 +172,7 @@ async function changtypeOc() {
* @param id profileId
*/
function nextPage(id: string) {
router.push(`/registry-new/${id}`);
router.push(`/registry-person/${id}`);
}
/** ข้อมูล Table*/