แก้ไขเมนูทะเบียนประวัติ
This commit is contained in:
parent
00e74f9e77
commit
f0a6b8d71e
14 changed files with 50 additions and 28 deletions
|
|
@ -697,7 +697,7 @@ async function fecthInsignia() {
|
|||
* @param id profileId
|
||||
*/
|
||||
function nextPage(id: string) {
|
||||
router.push(`/registry-person/${id}`);
|
||||
router.push(`/registry-officer/${id}`);
|
||||
}
|
||||
|
||||
/** ค้นหาข้อมุล table*/
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ function changtypeOc() {
|
|||
* @param id profileId
|
||||
*/
|
||||
function nextPage(id: string) {
|
||||
router.push(`/registry-person/${id}`);
|
||||
router.push(`/registry-officer/${id}`);
|
||||
}
|
||||
|
||||
/** filter table*/
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ async function changtypeOc() {
|
|||
* @param id profileId
|
||||
*/
|
||||
function nextPage(id: string) {
|
||||
router.push(`/registry-person/${id}`);
|
||||
router.push(`/registry-officer/${id}`);
|
||||
}
|
||||
|
||||
/** ข้อมูล Table*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue