This commit is contained in:
ylj20011123 2026-02-12 15:13:41 +08:00
parent d02155b3b1
commit 932138e765
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-pro",
"version": "4.5.80",
"version": "4.5.82",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {

View File

@ -1018,7 +1018,7 @@ const YearExamineProcess = ({ currentUser, onShow, setOnShow, parentRow, setPare
list = list.filter((item: any) => item.value !== 827);
}
} else {
if (parentRow?.PROJECT_ENDDATE && new Date(parentRow?.PROJECT_ENDDATE).getTime() > new Date('2025-04-01 00:00:00').getTime()) {
if (parentRow?.ENDDATE && new Date(parentRow?.ENDDATE).getTime() > new Date('2025-04-01 00:00:00').getTime()) {
list = list.filter((item: any) => item.value !== 827);
}
}
@ -1030,7 +1030,7 @@ const YearExamineProcess = ({ currentUser, onShow, setOnShow, parentRow, setPare
list = list.filter((item: any) => item.value !== 1802);
}
} else {
if (parentRow?.PROJECT_ENDDATE && new Date(parentRow?.PROJECT_ENDDATE).getTime() < new Date('2025-04-01 00:00:00').getTime()) {
if (parentRow?.ENDDATE && new Date(parentRow?.ENDDATE).getTime() < new Date('2025-04-01 00:00:00').getTime()) {
list = list.filter((item: any) => item.value !== 1802);
}

View File

@ -1,4 +1,4 @@
// 由 scripts/writeVersion.js 自动生成
export const VERSION = "4.5.80";
export const GIT_HASH = "1871dcf";
export const BUILD_TIME = "2026-01-30T08:29:11.807Z";
export const VERSION = "4.5.82";
export const GIT_HASH = "d02155b";
export const BUILD_TIME = "2026-02-12T07:10:55.081Z";