Commit 01d0af6de45c1d8838cedf324acfb18aaa5978a6

Authored by 刘淇
1 parent daddc283

天水 本次和历史欠费 切换 bug修改

Showing 1 changed file with 7 additions and 0 deletions
src/components/parkRecord.vue
... ... @@ -241,6 +241,13 @@ export default {
241 241 if(index==0){
242 242 this.parkRecordList(10)
243 243 }else{
  244 + // alert('测试代码是否打包成功')
  245 + this.allChecked = false; // 全部选择事件
  246 + this.allMoney = 0; // 欠费所有的费用
  247 + this.historyCheckedLen = 0; //选中了几笔交易
  248 + this.historyCheckedMon = 0; //选中了待缴纳的金额
  249 + this.orderIds = []; // 选中数据的订单 数组
  250 +
244 251 this.parkRecordList(30)
245 252 }
246 253 },
... ...