closed #13
This commit is contained in:
parent
32fb4c78ca
commit
c1e485519a
1 changed files with 5 additions and 1 deletions
|
|
@ -98,7 +98,11 @@ async function fetchDataTable(id: string, level: number, action: boolean) {
|
|||
reqMaster.pageSize = 10;
|
||||
reqMaster.keyword = "";
|
||||
reqMaster.revisionId =
|
||||
store.typeOrganizational == "draft" ? store.draftId : store.activeId;
|
||||
store.typeOrganizational == "draft"
|
||||
? store.draftId
|
||||
: store.typeOrganizational == "current"
|
||||
? store.activeId
|
||||
: store.historyId;
|
||||
}
|
||||
|
||||
if (action === true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue