diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html
index cb3d2371..82e76a15 100644
--- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html
+++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html
@@ -59,7 +59,7 @@
{{ selectedRows.length }} 条数据 累计提现 {{
totalCallNo }}
- 0" (click)="st.clearCheck()" class="ml-lg">清空
+ 0" (click)="st.clearCheck();totalCallNo=0" class="ml-lg">清空
diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html
index 04fdad70..bee8f2fc 100644
--- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html
+++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html
@@ -34,7 +34,7 @@
已选择
{{ selectedRows.length }} 张发票 发票金额总计
{{totalCallNo }}
- 0" (click)="st.clearCheck()" class="ml-lg">清空
+ 0" (click)="st.clearCheck();totalCallNo=0" class="ml-lg">清空