แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-09-02 16:04:53 +07:00
parent d78b7db124
commit 459428979b
12 changed files with 37 additions and 33 deletions

View file

@ -148,7 +148,7 @@ async function fetchAssigned() {
async function getCriteria() {
await http
.get(config.API.KpiEvaluationInfo)
.get(config.API.KpiEvaluationInfo+`/edit`)
.then(async (res) => {
const data = await res.data.result.data;
dataListCriteria.value = data;