Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
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
zhaochengxiang
szse
Commits
2bf590b0
Commit
2bf590b0
authored
Mar 31, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉警告
parent
c6dbe77a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DebounceInput.jsx
src/view/Manage/Model/Component/DebounceInput.jsx
+1
-0
ImportStockWordDrawer.jsx
src/view/Manage/Model/Component/ImportStockWordDrawer.jsx
+1
-2
No files found.
src/view/Manage/Model/Component/DebounceInput.jsx
View file @
2bf590b0
import
React
from
"react"
;
import
React
from
"react"
;
import
_
from
"lodash"
;
import
_
from
"lodash"
;
/* eslint import/no-anonymous-default-export: [2, {"allowArrowFunction": true}] */
export
default
(
triggerMs
=
0
)
=>
{
export
default
(
triggerMs
=
0
)
=>
{
return
ReactElement
=>
{
return
ReactElement
=>
{
class
DebounceInput
extends
React
.
Component
{
class
DebounceInput
extends
React
.
Component
{
...
...
src/view/Manage/Model/Component/ImportStockWordDrawer.jsx
View file @
2bf590b0
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
{
Button
,
Upload
,
Drawer
,
Table
,
Pagination
,
Divider
,
Form
,
Tooltip
,
Typography
}
from
'antd'
;
import
{
Button
,
Upload
,
Drawer
,
Table
,
Pagination
,
Form
,
Tooltip
,
Typography
}
from
'antd'
;
import
{
UploadOutlined
}
from
'@ant-design/icons'
;
import
{
UploadOutlined
}
from
'@ant-design/icons'
;
import
{
Resizable
}
from
'react-resizable'
;
import
{
Resizable
}
from
'react-resizable'
;
import
ResizeObserver
from
'rc-resize-observer'
;
import
{
dispatch
,
dispatchLatest
}
from
'../../../../model'
;
import
{
dispatch
,
dispatchLatest
}
from
'../../../../model'
;
import
{
showMessage
,
formatDate
}
from
'../../../../util'
;
import
{
showMessage
,
formatDate
}
from
'../../../../util'
;
...
...
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