no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-21 16:22:02 +07:00
parent cc2d519afe
commit 3fc169cd28
2 changed files with 3 additions and 2 deletions

View file

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