Commit 8b10c4bf authored by wxk's avatar wxk

筛选bug

parent 0a43f3fa
File added
......@@ -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);
},
......
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