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

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

@ -97,12 +97,7 @@ async function fetchDataTable(id: string, level: number, action: boolean) {
reqMaster.page = 1;
reqMaster.pageSize = 10;
reqMaster.keyword = "";
reqMaster.revisionId =
store.typeOrganizational == "draft"
? store.draftId
: store.typeOrganizational == "current"
? store.activeId
: store.historyId;
reqMaster.revisionId = store.activeId;
}
if (action === true) {