Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
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
web_component
submodule
Commits
19fd9088
Commit
19fd9088
authored
May 13, 2020
by
满振华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改submodule
parent
d6694c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
index.tsx
components/dataView-V2/index.tsx
+1
-2
No files found.
components/dataView-V2/index.tsx
View file @
19fd9088
...
...
@@ -2,7 +2,6 @@ import React, { useReducer, useEffect, MutableRefObject, useRef, forwardRef, use
import
_
from
'lodash'
;
import
{
Button
}
from
'antd'
;
import
IconFont
from
'@/submodule/components/CustomIcon/IconFont'
;
import
ButtonAuth
from
'@/submodule/components/AuthButton'
;
import
BISpin
from
'@/submodule/ant_components/BISpin'
;
import
SearchForm
from
'./_components/searchForm'
;
import
Table
from
'./_components/table'
;
...
...
@@ -118,7 +117,7 @@ const DataView = (props: Props, ref: Ref<any>) => {
<
div
className=
{
styles
.
view
}
style=
{
style
}
>
<
DataViewContext
.
Provider
value=
{
[
state
,
dispatch
,
effectDispatch
]
}
>
<
BISpin
spinning=
{
!!
state
.
loading
}
>
<
BISpin
spinning=
{
props
.
loading
}
>
{
hideForm
?
null
:
(
<>
<
div
className=
{
styles
.
formWrap
}
>
...
...
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