แก้ไขวันที่ได้รางงานตัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-21 16:19:26 +07:00
parent 01cc975227
commit cf6cd4a652
2 changed files with 2 additions and 0 deletions

View file

@ -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);
})

View file

@ -309,6 +309,7 @@ async function getTable() {
orgTreeShortName: data.orgTreeShortName,
posPath: data.posPath,
posNumber: data.posNumber,
reportingDateFullDate: data.reportingDate
};
rowsAll.value.push(rowData);
});