From 01d0af6de45c1d8838cedf324acfb18aaa5978a6 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Mon, 22 Jan 2024 09:41:52 +0800 Subject: [PATCH] 天水 本次和历史欠费 切换 bug修改 --- src/components/parkRecord.vue | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) 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) } }, -- libgit2 0.21.4