Page ตัวชี้วัด
This commit is contained in:
parent
233c577299
commit
546c56add7
5 changed files with 134 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue