KPI => fix API
This commit is contained in:
parent
0f5d772e53
commit
647a2a23de
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ async function fetchAssigned() {
|
|||
|
||||
async function getCriteria() {
|
||||
await http
|
||||
.get(config.API.KpiEvaluationInfo + `/edit`)
|
||||
.get(config.API.KpiEvaluationInfo + `/criteria`)
|
||||
.then(async (res) => {
|
||||
const data = await res.data.result.data;
|
||||
dataListCriteria.value = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue