อัตรากำลังลูกจ้างประจำฯ
This commit is contained in:
parent
5a58938dda
commit
20e43bc32e
7 changed files with 26 additions and 539 deletions
|
|
@ -154,7 +154,7 @@ const visibleColumns = ref<string[]>([
|
|||
async function fetchPosition(id: string) {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.orgPosPositionById(id))
|
||||
.get(config.API.orgPosPositionEmpById(id))
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
formData.prefixNo = data.posMasterNoPrefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue