From 19e0ade8ec027a280279af069c83459247fa9773 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Sat, 8 Feb 2025 11:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=20=20=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/case-management-old/index.vue | 4 +++- src/pages/case-management/index.vue | 3 +++ src/pages/case-package/index.vue | 3 +++ src/pages/event-tracing/components/CallDialog.vue | 2 ++ src/pages/event-tracing/components/officeDeliveryDialog.vue | 3 +++ src/pages/event-tracing/components/officeDialog.vue | 3 +++ src/pages/event-tracing/components/officeSealDialog.vue | 2 ++ src/pages/event-tracing/components/officeWriteDialog.vue | 2 ++ src/pages/event-tracing/components/repaymentDialog.vue | 2 ++ src/pages/event-tracing/components/voideDialog.vue | 2 ++ .../event-tracing/dtraceDetail/officeDeliveryDialogDetail.vue | 2 ++ src/pages/event-tracing/dtraceDetail/officeDialogDetail.vue | 2 ++ src/pages/event-tracing/dtraceDetail/officeWDialogDetail.vue | 2 ++ src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue | 2 ++ src/pages/mediation-management/index.vue | 2 ++ src/pages/mediation-package/index.vue | 2 ++ src/pages/payment-receipt/index.vue | 2 ++ src/pages/statistical-analysis/components/financialCase.vue | 3 +++ src/pages/statistical-analysis/components/mediateCalls.vue | 2 ++ .../statistical-analysis/components/mediatorPerformance.vue | 2 ++ 20 files changed, 46 insertions(+), 1 deletion(-) diff --git a/src/pages/case-management-old/index.vue b/src/pages/case-management-old/index.vue index 17120e5..fda48a0 100644 --- a/src/pages/case-management-old/index.vue +++ b/src/pages/case-management-old/index.vue @@ -525,10 +525,12 @@ import api from "@/services/caseManagement"; // 重置 hanldeReset() { for (let key in this.queryParam) { - this.queryParam[key] = '' + this.queryParam[key] = '' } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/case-management/index.vue b/src/pages/case-management/index.vue index 509ae05..c2218fb 100644 --- a/src/pages/case-management/index.vue +++ b/src/pages/case-management/index.vue @@ -599,6 +599,9 @@ import { values } from "lodash"; } this.queryParam.current = 1 this.queryParam.size = 10 + + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/case-package/index.vue b/src/pages/case-package/index.vue index 835be8c..8358d57 100644 --- a/src/pages/case-package/index.vue +++ b/src/pages/case-package/index.vue @@ -349,6 +349,9 @@ import api from "@/services/casePackageManagement"; } this.queryParam.current = 1 this.queryParam.size = 10 + + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/CallDialog.vue b/src/pages/event-tracing/components/CallDialog.vue index aba033b..7ca4888 100644 --- a/src/pages/event-tracing/components/CallDialog.vue +++ b/src/pages/event-tracing/components/CallDialog.vue @@ -157,6 +157,8 @@ import { size } from "lodash"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/officeDeliveryDialog.vue b/src/pages/event-tracing/components/officeDeliveryDialog.vue index 3addb84..f24a289 100644 --- a/src/pages/event-tracing/components/officeDeliveryDialog.vue +++ b/src/pages/event-tracing/components/officeDeliveryDialog.vue @@ -166,6 +166,9 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/officeDialog.vue b/src/pages/event-tracing/components/officeDialog.vue index 60dd977..2c474d7 100644 --- a/src/pages/event-tracing/components/officeDialog.vue +++ b/src/pages/event-tracing/components/officeDialog.vue @@ -162,6 +162,9 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/officeSealDialog.vue b/src/pages/event-tracing/components/officeSealDialog.vue index c34cbbb..34f1e9f 100644 --- a/src/pages/event-tracing/components/officeSealDialog.vue +++ b/src/pages/event-tracing/components/officeSealDialog.vue @@ -160,6 +160,8 @@ import caseManagementapi from "@/services/caseManagement"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/officeWriteDialog.vue b/src/pages/event-tracing/components/officeWriteDialog.vue index 7b1e9fd..5706cb9 100644 --- a/src/pages/event-tracing/components/officeWriteDialog.vue +++ b/src/pages/event-tracing/components/officeWriteDialog.vue @@ -167,6 +167,8 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/repaymentDialog.vue b/src/pages/event-tracing/components/repaymentDialog.vue index 390e272..19190a7 100644 --- a/src/pages/event-tracing/components/repaymentDialog.vue +++ b/src/pages/event-tracing/components/repaymentDialog.vue @@ -174,6 +174,8 @@ import caseapi from "@/services/caseManagement"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/components/voideDialog.vue b/src/pages/event-tracing/components/voideDialog.vue index 883d008..3a88c2f 100644 --- a/src/pages/event-tracing/components/voideDialog.vue +++ b/src/pages/event-tracing/components/voideDialog.vue @@ -168,6 +168,8 @@ export default { } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/dtraceDetail/officeDeliveryDialogDetail.vue b/src/pages/event-tracing/dtraceDetail/officeDeliveryDialogDetail.vue index 9b2eff8..a5e2d46 100644 --- a/src/pages/event-tracing/dtraceDetail/officeDeliveryDialogDetail.vue +++ b/src/pages/event-tracing/dtraceDetail/officeDeliveryDialogDetail.vue @@ -147,6 +147,8 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/dtraceDetail/officeDialogDetail.vue b/src/pages/event-tracing/dtraceDetail/officeDialogDetail.vue index 83a6f47..f6a0ea5 100644 --- a/src/pages/event-tracing/dtraceDetail/officeDialogDetail.vue +++ b/src/pages/event-tracing/dtraceDetail/officeDialogDetail.vue @@ -131,6 +131,8 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/dtraceDetail/officeWDialogDetail.vue b/src/pages/event-tracing/dtraceDetail/officeWDialogDetail.vue index fb65ff9..d8d8a8a 100644 --- a/src/pages/event-tracing/dtraceDetail/officeWDialogDetail.vue +++ b/src/pages/event-tracing/dtraceDetail/officeWDialogDetail.vue @@ -128,6 +128,8 @@ import api from "@/services/eventTracingApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue b/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue index 3be295f..bfd55b9 100644 --- a/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue +++ b/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue @@ -159,6 +159,8 @@ export default { } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/mediation-management/index.vue b/src/pages/mediation-management/index.vue index c70c60d..2ab9917 100644 --- a/src/pages/mediation-management/index.vue +++ b/src/pages/mediation-management/index.vue @@ -689,6 +689,8 @@ import { values } from "lodash"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/mediation-package/index.vue b/src/pages/mediation-package/index.vue index b4bbd7e..305c827 100644 --- a/src/pages/mediation-package/index.vue +++ b/src/pages/mediation-package/index.vue @@ -282,6 +282,8 @@ import api from "@/services/casePackageManagement"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/payment-receipt/index.vue b/src/pages/payment-receipt/index.vue index 9c7c7d0..13c5f60 100644 --- a/src/pages/payment-receipt/index.vue +++ b/src/pages/payment-receipt/index.vue @@ -306,6 +306,8 @@ import smapi from "@/services/systemManage"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, handleSearch() { this.queryParam.size = 10; diff --git a/src/pages/statistical-analysis/components/financialCase.vue b/src/pages/statistical-analysis/components/financialCase.vue index 43cf7b5..94032fb 100644 --- a/src/pages/statistical-analysis/components/financialCase.vue +++ b/src/pages/statistical-analysis/components/financialCase.vue @@ -190,6 +190,9 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi"; this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' + this.setDateFast() }, // 搜索 diff --git a/src/pages/statistical-analysis/components/mediateCalls.vue b/src/pages/statistical-analysis/components/mediateCalls.vue index fc884c9..50c55ed 100644 --- a/src/pages/statistical-analysis/components/mediateCalls.vue +++ b/src/pages/statistical-analysis/components/mediateCalls.vue @@ -210,6 +210,8 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, // 搜索 handleSearch() { diff --git a/src/pages/statistical-analysis/components/mediatorPerformance.vue b/src/pages/statistical-analysis/components/mediatorPerformance.vue index e2decec..7c1c5ef 100644 --- a/src/pages/statistical-analysis/components/mediatorPerformance.vue +++ b/src/pages/statistical-analysis/components/mediatorPerformance.vue @@ -196,6 +196,8 @@ import statisticalAnalysisApi from "@/services/statisticalAnalysisApi"; } this.queryParam.current = 1 this.queryParam.size = 10 + this.activeUsage = '' + this.queryDate = '' }, // 搜索 handleSearch() {