Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
cbd723a9
Commit
cbd723a9
authored
Jul 16, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 采购竞价不需要缓存的列表的加入props keepAlive=false
parent
9ac7e002
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
index.tsx
...s/detail/components/lowestQuotationRecordLayout/index.tsx
+1
-0
index.tsx
...ity/components/detail/components/materialLayout/index.tsx
+1
-0
index.tsx
...nents/detail/components/purchaseBidDemandLayout/index.tsx
+1
-0
index.tsx
...onents/detail/components/quotationDetailsDrawer/index.tsx
+1
-0
index.tsx
.../components/detail/components/tableCommonLayout/index.tsx
+1
-0
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/lowestQuotationRecordLayout/index.tsx
View file @
cbd723a9
...
@@ -119,6 +119,7 @@ const LowestQuotationRecord: React.FC<TableCommonLayoutProps> = (props: any) =>
...
@@ -119,6 +119,7 @@ const LowestQuotationRecord: React.FC<TableCommonLayoutProps> = (props: any) =>
<
h5
className=
{
selfStyles
.
content
}
>
{
effect
?.
reportPrice
?
`¥ ${priceFormat(effect?.reportPrice)}`
:
'-'
}
</
h5
>
<
h5
className=
{
selfStyles
.
content
}
>
{
effect
?.
reportPrice
?
`¥ ${priceFormat(effect?.reportPrice)}`
:
'-'
}
</
h5
>
</
div
>
</
div
>
<
StandardTable
<
StandardTable
keepAlive=
{
false
}
currentRef=
{
currentRef
}
currentRef=
{
currentRef
}
columns=
{
columns
}
columns=
{
columns
}
tableProps=
{
{
rowKew
:
'id'
}
}
tableProps=
{
{
rowKew
:
'id'
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/materialLayout/index.tsx
View file @
cbd723a9
...
@@ -126,6 +126,7 @@ const MaterialLayout: React.FC<IPROPS> = (props: any) => {
...
@@ -126,6 +126,7 @@ const MaterialLayout: React.FC<IPROPS> = (props: any) => {
title=
{
layoutTitle
}
title=
{
layoutTitle
}
>
>
<
StandardTable
<
StandardTable
keepAlive=
{
false
}
currentRef=
{
currentRef
}
currentRef=
{
currentRef
}
columns=
{
column
?
column
:
columns
}
columns=
{
column
?
column
:
columns
}
tableProps=
{
{
rowKey
:
'id'
}
}
tableProps=
{
{
rowKey
:
'id'
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/purchaseBidDemandLayout/index.tsx
View file @
cbd723a9
...
@@ -144,6 +144,7 @@ const DemandLayout: React.FC<DemandLayoutIProps> = (props: any) => {
...
@@ -144,6 +144,7 @@ const DemandLayout: React.FC<DemandLayoutIProps> = (props: any) => {
{
context
.
type
!==
1
{
context
.
type
!==
1
&&
(
&&
(
<
StandardTable
<
StandardTable
keepAlive=
{
false
}
currentRef=
{
tableRef
}
currentRef=
{
tableRef
}
columns=
{
columns
}
columns=
{
columns
}
tableProps=
{
{
rowKew
:
'id'
}
}
tableProps=
{
{
rowKew
:
'id'
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/quotationDetailsDrawer/index.tsx
View file @
cbd723a9
...
@@ -123,6 +123,7 @@ const QuotationDetailsDrawer:React.FC<QuotationDetailsDrawerProps> = (props: any
...
@@ -123,6 +123,7 @@ const QuotationDetailsDrawer:React.FC<QuotationDetailsDrawerProps> = (props: any
}
}
>
>
<
StandardTable
<
StandardTable
keepAlive=
{
false
}
currentRef=
{
tableRef
}
currentRef=
{
tableRef
}
columns=
{
columns
}
columns=
{
columns
}
tableProps=
{
{
rowKew
:
'id'
}
}
tableProps=
{
{
rowKew
:
'id'
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/tableCommonLayout/index.tsx
View file @
cbd723a9
...
@@ -101,6 +101,7 @@ const TableCommonLayout: React.FC<TableCommonLayoutProps> = (props: any) => {
...
@@ -101,6 +101,7 @@ const TableCommonLayout: React.FC<TableCommonLayoutProps> = (props: any) => {
title=
{
layoutTitle
}
title=
{
layoutTitle
}
>
>
<
StandardTable
<
StandardTable
keepAlive=
{
false
}
currentRef=
{
currentRef
}
currentRef=
{
currentRef
}
columns=
{
columns
}
columns=
{
columns
}
tableProps=
{
{
rowKew
:
'id'
}
}
tableProps=
{
{
rowKew
:
'id'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment