Commit 52d4228b authored by 汪晓凯's avatar 汪晓凯

bugfix

parent 9dd3f209
......@@ -904,8 +904,8 @@
this.total = 0; //记录总条数
this.list = [];//表格数据
this.isIndeterminate = true;
this.checkAll = false;
this.checkedOptions = [];
this.checkAll = true;
this.checkedOptions = ['0', '1'];
/*充提记录参数*/
this.transactionTime1 = null;// 时间筛选
this.pageSize1 = 10; //表格每页的条数
......@@ -914,13 +914,13 @@
this.list1 = [];//表格数据
this.recordsCountList = [];//充提记录统计
this.isIndeterminate2 = true;
this.checkAll2 = false;
this.checkedOptions1 = [];
this.checkAll2 = true;
this.checkedOptions1 = ['0', '1'];
this.isIndeterminate3 = true;
this.checkAll3 = false;
this.checkedStates1 = ['0'];
this.isIndeterminate4 = true;//币种筛选
this.checkAll4 = false;
this.checkAll4 = true;
this.checkedCoins = [];
this.coins = [];
this.Loading = false;//充提币后数据加载标志
......
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