Page ตัวชี้วัด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-09 10:31:22 +07:00
parent 233c577299
commit 546c56add7
5 changed files with 134 additions and 7 deletions

View file

@ -89,9 +89,9 @@ function fetchList() {
}
function onClickAddOrView(status: boolean = false, id: string = "") {
// status
// ? router.push(`/development/scholarship/${id}`)
// : router.push("/development/scholarship/add");
status
? router.push(`/KPI-indicator-plan/${id}`)
: router.push("/KPI-indicator-plan/add");
}
function onClickDelete(id: number) {

View file

@ -89,9 +89,9 @@ function fetchList() {
}
function onClickAddOrView(status: boolean = false, id: string = "") {
// status
// ? router.push(`/development/scholarship/${id}`)
// : router.push("/development/scholarship/add");
status
? router.push(`/KPI-indicator-role/${id}`)
: router.push("/KPI-indicator-role/add");
}
function onClickDelete(id: number) {