Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
40f1b6a5
Commit
40f1b6a5
authored
Nov 03, 2020
by
Maofei94
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf(pages/database): a perf
parent
d4869b26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
InitDataBase.jsx
src/pages/database/InitDataBase.jsx
+2
-0
ManagementDataBase.jsx
src/pages/database/ManagementDataBase.jsx
+3
-3
No files found.
src/pages/database/InitDataBase.jsx
View file @
40f1b6a5
...
...
@@ -213,6 +213,7 @@ const InitDataBase = props => {
const
modalOkCallback
=
()
=>
{
console
.
log
(
form
.
getFieldsValue
());
const
obj
=
form
.
getFieldsValue
()
//更新描述
get
(
'/Cityinterface/rest/services/OMS.svc/S_UpdateConnDesc'
,{
_version
:
9999
,
_dc
:
new
Date
().
getTime
(),
...
...
@@ -347,6 +348,7 @@ const InitDataBase = props => {
dataSource=
{
data
}
bordered
loading=
{
tableLoading
}
size=
'small'
onRow=
{
record
=>
{
return
{
onClick
:
()
=>
{
...
...
src/pages/database/ManagementDataBase.jsx
View file @
40f1b6a5
...
...
@@ -181,7 +181,7 @@ const ManagementDataBase = () => {
dataSource=
{
autoCheckList
}
bordered
loading=
{
checkLoading
}
s
croll=
{
{
y
:
400
}
}
s
ize=
'small'
/>
<
div
className=
{
styles
.
tCenter
}
>
<
Space
>
...
...
@@ -201,7 +201,7 @@ const ManagementDataBase = () => {
dataSource=
{
checkList
}
bordered
loading=
{
checkLoading
}
s
croll=
{
{
y
:
400
}
}
s
ize=
'small'
/>
</
Card
>
<
Card
className=
{
styles
.
mgTop20
}
>
...
...
@@ -212,7 +212,7 @@ const ManagementDataBase = () => {
dataSource=
{
logList
}
bordered
loading=
{
logLoading
}
s
croll=
{
{
y
:
400
}
}
s
ize=
'small'
/>
</
Card
>
</
PageContainer
>
...
...
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