แก้ไขวันที่ได้รางงานตัว
This commit is contained in:
parent
01cc975227
commit
cf6cd4a652
2 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ async function fetchPosFind(level: number, id: string) {
|
|||
nodeId.value = id;
|
||||
positionId.value = props?.dataRow?.posmasterId;
|
||||
seletcId.value = props?.dataRow?.positionId;
|
||||
datePos.value = props?.dataRow?.reportingDateFullDate;
|
||||
|
||||
fetchDataTable(nodeId.value, level);
|
||||
})
|
||||
|
|
|
|||
|
|
@ -309,6 +309,7 @@ async function getTable() {
|
|||
orgTreeShortName: data.orgTreeShortName,
|
||||
posPath: data.posPath,
|
||||
posNumber: data.posNumber,
|
||||
reportingDateFullDate: data.reportingDate
|
||||
};
|
||||
rowsAll.value.push(rowData);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue