แก้ API
This commit is contained in:
parent
c01031c687
commit
cfd79ee40b
11 changed files with 18 additions and 17 deletions
|
|
@ -37,7 +37,7 @@ const formData = reactive({
|
|||
function fetchDetail() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.kpiCapacity + `/${competencyId.value}`)
|
||||
.get(config.API.kpiCapacity + `/edit/${competencyId.value}`)
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
formData.competencyType = data.type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue