Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
8b10c4bf
Commit
8b10c4bf
authored
Jul 26, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
筛选bug
parent
0a43f3fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
dist.zip
dist.zip
+0
-0
overview.vue
src/views/overview.vue
+5
-2
No files found.
dist.zip
0 → 100644
View file @
8b10c4bf
File added
src/views/overview.vue
View file @
8b10c4bf
...
...
@@ -271,7 +271,10 @@
this
.
currencies
=
this
.
allCurrencies
;
this
.
checkedCurrencies
=
[];
this
.
checkAll0
=
false
;
this
.
getRobotList
(
this
.
RobotListParams
);
let
ListParams
=
this
.
RobotListParams
;
ListParams
.
platform
=
[];
ListParams
.
coin
=
[];
this
.
getRobotList
(
ListParams
);
},
handleCheckedChange
(
value
)
{
let
checkedCount
=
value
.
length
;
...
...
@@ -293,7 +296,7 @@
}
}
//筛选符合条件的机器人
var
ListParams
=
this
.
RobotListParams
;
let
ListParams
=
this
.
RobotListParams
;
ListParams
.
platform
=
value
;
this
.
getRobotList
(
ListParams
);
},
...
...
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