Commit 0a43f3fa authored by wxk's avatar wxk

币种筛选bug

parent 51031908
...@@ -303,6 +303,7 @@ ...@@ -303,6 +303,7 @@
this.isIndeterminate0 = false; this.isIndeterminate0 = false;
let ListParams = this.RobotListParams; let ListParams = this.RobotListParams;
ListParams.platform = this.checkedWebs; ListParams.platform = this.checkedWebs;
ListParams.coin = [];
this.getRobotList(ListParams); this.getRobotList(ListParams);
}, },
handleCheckedChange0(value) { handleCheckedChange0(value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment