อัตรากำลังลูกจ้างประจำฯ
This commit is contained in:
parent
6d3bd5ca66
commit
5a58938dda
4 changed files with 9 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue