fixing code assign
This commit is contained in:
parent
92333b3545
commit
6dd5ed62df
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue