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
linweijiong
jinfa-platform
Commits
47425c33
Commit
47425c33
authored
Aug 20, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 删除 suspence
parent
7ab3760d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
index.tsx
...Service/returnApplication/components/DetailInfo/index.tsx
+1
-3
index.tsx
...afterService/returnManage/components/DetailInfo/index.tsx
+0
-2
No files found.
src/pages/afterService/returnApplication/components/DetailInfo/index.tsx
View file @
47425c33
...
...
@@ -33,7 +33,7 @@ import AnchorPage from '@/layouts/AnchorPage';
import
StatusTag
from
'@/components/StatusTag'
;
import
{
EditableColumns
}
from
'@/components/PolymericTable/interface'
;
import
DescProgress
from
'@/components/DescProgress'
;
import
AuditProcess
,
{
StepsItem
}
from
'@/components/AuditProcess'
;
import
AuditProcess
from
'@/components/AuditProcess'
;
import
ReturnInfoDrawer
,
{
OrderInfo
}
from
'../../../components/ReturnInfoDrawer'
;
import
{
OuterHistoryData
,
InnerHistoryData
}
from
'../../../components/FlowRecords'
;
import
{
...
...
@@ -507,7 +507,6 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
<
Row
gutter=
{
[
16
,
16
]
}
>
{
/* 流转进度 */
}
<
Col
span=
{
24
}
>
<
Suspense
fallback=
{
null
}
>
<
AuditProcess
outerVerifyCurrent=
{
findLastIndexFlowState
(
detailInfo
?.
outerTaskList
)
}
outerVerifySteps=
{
(
...
...
@@ -522,7 +521,6 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
id=
"taskList"
ellipsis
/>
</
Suspense
>
</
Col
>
{
/* 基本信息 */
}
...
...
src/pages/afterService/returnManage/components/DetailInfo/index.tsx
View file @
47425c33
...
...
@@ -537,7 +537,6 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
<
Row
gutter=
{
[
16
,
16
]
}
>
{
/* 流转进度 */
}
<
Col
span=
{
24
}
>
<
Suspense
fallback=
{
null
}
>
<
AuditProcess
outerVerifySteps=
{
detailInfo
&&
detailInfo
.
outerTaskList
?
...
...
@@ -563,7 +562,6 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
innerVerifyCurrent=
{
findLastIndexFlowState
(
detailInfo
?.
innerTaskList
)
}
id=
"taskList"
/>
</
Suspense
>
</
Col
>
{
/* 基本信息 */
}
...
...
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