update
This commit is contained in:
parent
26ef480e53
commit
ea27a3213f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-pro",
|
||||
"version": "4.5.53",
|
||||
"version": "4.5.54",
|
||||
"private": true,
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"scripts": {
|
||||
|
||||
@ -2054,8 +2054,11 @@ const compareList: React.FC<{
|
||||
MobilePayCorrect: MobilePayCorrect || 0,
|
||||
CashPayCorrect: CashPayCorrect || 0
|
||||
}
|
||||
console.log('reqreqrsdasda', req);
|
||||
|
||||
const data = await handleGetProjectPeriodIncome(req)
|
||||
console.log('data3232', data)
|
||||
console.log('compareCurrent3232', compareCurrent)
|
||||
if (data && data.length > 0) {
|
||||
const secondItem: any = data[0]
|
||||
|
||||
@ -2157,9 +2160,6 @@ const compareList: React.FC<{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// setSecondTable([data[0]])
|
||||
}
|
||||
if (handleGetRefreshTableData) {
|
||||
handleGetRefreshTableData()
|
||||
|
||||
@ -2422,6 +2422,10 @@ const YearExamineDetailTable = ({ parentRow, currentApprovalstate, onRef, setIsS
|
||||
if (isFirst.current) {
|
||||
isFirst.current = false
|
||||
|
||||
console.log('isShowClosebtn.currentisShowClosebtn.current', isShowClosebtn.current);
|
||||
console.log('parentRowparentRowparentRowparentRow', parentRow);
|
||||
|
||||
|
||||
if (isYear && isShowClosebtn.current && parentRow?.PeriodClosed) {
|
||||
handleCloseSettlement(closeReqTableDataRef.current)
|
||||
} else if (isShowClosebtn.current && parentRow?.CLOSED_DATE && !isYear && parentRow?.PeriodClosed) {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// 由 scripts/writeVersion.js 自动生成
|
||||
export const VERSION = "4.5.53";
|
||||
export const GIT_HASH = "4073d23";
|
||||
export const BUILD_TIME = "2025-09-09T01:03:58.611Z";
|
||||
export const VERSION = "4.5.54";
|
||||
export const GIT_HASH = "26ef480";
|
||||
export const BUILD_TIME = "2025-09-10T08:05:17.397Z";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user