dowload package

This commit is contained in:
2026-06-02 09:22:24 +07:00
parent 9cedf085a3
commit e7dce2f0e9
4 changed files with 18 additions and 1 deletions

View File

@@ -346,6 +346,7 @@ function mapPackageRow(row) {
code: row.PackageCode,
name: row.PackageName,
type: row.PackageType,
latestVersionId: row.LatestVersionId ? String(row.LatestVersionId) : '',
latestVersion: row.LatestVersion || '',
latestReleaseDate: formatDate(row.LatestReleaseDate),
status: normalizePackageStatus(row.IsActive),