diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index e7d6ef9..28402af 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -241,6 +241,13 @@ export default { if(index==0){ this.parkRecordList(10) }else{ + // alert('测试代码是否打包成功') + this.allChecked = false; // 全部选择事件 + this.allMoney = 0; // 欠费所有的费用 + this.historyCheckedLen = 0; //选中了几笔交易 + this.historyCheckedMon = 0; //选中了待缴纳的金额 + this.orderIds = []; // 选中数据的订单 数组 + this.parkRecordList(30) } },