แก้ประกาศ api /org/profile/keycloak/position ให้อยู่ที่ระบบ org อันเดียว
This commit is contained in:
parent
6824988322
commit
ae059a1d5f
3 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ const formDetail = reactive<any>({
|
|||
/** function เรียกข้อมูลตรวจสอบคุณสมบัติ*/
|
||||
async function fetchDetail() {
|
||||
await http
|
||||
.get(config.API.positionBykeycloak())
|
||||
.get(config.API.profilePosition())
|
||||
.then(async (res) => {
|
||||
const data = await res.data.result;
|
||||
formDetail.root = data.root;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ const formProfile = reactive<FormProfile>({
|
|||
function getProFile() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.positionBykeycloak())
|
||||
.get(config.API.profilePosition())
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
formProfile.profileId = data.profileId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue