อัตรากำลังลูกจ้างประจำฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-15 09:47:11 +07:00
parent 6d3bd5ca66
commit 5a58938dda
4 changed files with 9 additions and 14 deletions

View file

@ -46,7 +46,7 @@ function save() {
const dataId = data.map((item: any) => item.id);
showLoader();
http
.post(config.API.orgPosSort, {
.post(config.API.orgPosSortEmp, {
id: store.treeId,
type: store.level,
sortId: dataId,
@ -68,14 +68,14 @@ function save() {
function getData() {
showLoader();
http
.post(config.API.orgPosMasterList, {
.post(config.API.orgPosMasterListEmp, {
id: store.treeId,
type: store.level,
isAll: false,
page: 1,
pageSize: 100,
keyword: "",
revisionId: store.draftId,
revisionId: store.activeId,
})
.then((res) => {
const dataList = res.data.result.data;