From 7b652108851e58b5673c18bbcb94e217610e9e31 Mon Sep 17 00:00:00 2001
From: liuxi <357439530@qq.com>
Date: Thu, 16 Jan 2025 14:11:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E5=8F=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/workbench/case-manage/index.vue | 12 +++++++++---
src/pages/workbench/index.vue | 14 ++++++++++----
2 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/src/pages/workbench/case-manage/index.vue b/src/pages/workbench/case-manage/index.vue
index b0bf1b6..83db9d8 100644
--- a/src/pages/workbench/case-manage/index.vue
+++ b/src/pages/workbench/case-manage/index.vue
@@ -103,7 +103,7 @@
{{ (mediation_success_rate.mediateSuccess/mediation_success_rate.caseTotal).toFixed(2) }} %
- 0 %
+ 0 %
{{mediation_success_rate.caseTotal}}总案件数
@@ -263,10 +263,9 @@
}
this.getCaseapkList()
- this.drawCharts()
this.getstatisticcases()
this.getstatistic_trace()
- this.getCaseapkStatistics()
+
},
methods: {
jumpUrl (url) {
@@ -288,7 +287,14 @@
workApi.getmy_case_pkg({size:100,current:1}).then(res => {
if (!res.code) {
this.casePkOptions = res;
+ if(this.casePkOptions.length > 0 )
+ {
+ this.queryParamJZ.id = this.casePkOptions[0].id
+ this.queryParamCGL.id = this.casePkOptions[0].id
+ }
}
+ this.getCaseapkStatistics()
+ this.drawCharts()
})
},
// 待办汇总
diff --git a/src/pages/workbench/index.vue b/src/pages/workbench/index.vue
index 71628ae..7d4cf51 100644
--- a/src/pages/workbench/index.vue
+++ b/src/pages/workbench/index.vue
@@ -77,7 +77,7 @@
批量导入
-
添加案件
+
@@ -144,7 +144,7 @@
{{mediation_success_rate.caseTotal}}总案件数
@@ -312,10 +312,8 @@ import { color } from "echarts";
this.getCaseapkList()
this.getCaseInfoList()
- this.drawCharts()
this.getstatisticcases()
this.getstatistic_trace()
- this.getCaseapkStatistics()
},
methods: {
jumpUrl (url) {
@@ -341,7 +339,15 @@ import { color } from "echarts";
workApi.getmy_case_pkg({size:100,current:1}).then(res => {
if (!res.code) {
this.casePkOptions = res;
+
+ if(this.casePkOptions.length > 0 )
+ {
+ this.queryParamJZ.id = this.casePkOptions[0].id
+ this.queryParamCGL.id = this.casePkOptions[0].id
+ }
}
+ this.getCaseapkStatistics()
+ this.drawCharts()
})
},
// 列表数据