fixing code assign

This commit is contained in:
Warunee Tamkoo 2024-10-29 14:51:20 +07:00
parent 92333b3545
commit 6dd5ed62df
2 changed files with 2 additions and 2 deletions

View file

@ -365,7 +365,7 @@ function filterSelector(val: string, update: Function, refData: string) {
async function fetchCheckisOfficer() {
http
.get(config.API.workflowKeycloakSystem(`SALARY_OFFICER`))
.get(config.API.workflowKeycloakSystem(`SYS_SALARY_OFFICER`))
.then((res) => {
const data = res.data.result;
isOfficer.value = data.isOfficer;

View file

@ -363,7 +363,7 @@ function filterSelector(val: string, update: Function, refData: string) {
async function fetchCheckisOfficer() {
http
.get(config.API.workflowKeycloakSystem(`SALARY_EMP`))
.get(config.API.workflowKeycloakSystem(`SYS_WAGE`))
.then((res) => {
const data = res.data.result;
isOfficer.value = data.isOfficer;