diff --git a/src/api/data/basicScreen.ts b/src/api/data/basicScreen.ts
index c169a71..0769009 100644
--- a/src/api/data/basicScreen.ts
+++ b/src/api/data/basicScreen.ts
@@ -6,6 +6,9 @@ import request from "@/api/request";
* @date: 2024-011-7
*/
+/*
+ * 获取信息大屏统计数据
+ */
export function getAllGobalCount(times) {
return request.get({
url: `/datav/dataGobalScreen?beginTime=${times[0]}&endTime=${times[1]}`
@@ -13,6 +16,19 @@ export function getAllGobalCount(times) {
}
+/**
+ * 获取问题趋势数据
+ */
+export function getGobalRecentlyTrendByMonth(year) {
+ return request.get({
+ url: `/datav/dataGobalScreen/getGobalRecentlyTrendByMonth?year=${year}`
+ });
+}
+
+
+
+
+
diff --git a/src/views/data/Mail12337.vue b/src/views/data/Mail12337.vue
index 3934217..ce9c8dd 100644
--- a/src/views/data/Mail12337.vue
+++ b/src/views/data/Mail12337.vue
@@ -246,6 +246,7 @@ const query = ref({
current: 1,
responderKey: "name",
problemSourcesCode: ProblemSources.XF12337,
+ checkStatus: 1
});
const list = ref([]);
diff --git a/src/views/datav/Gobal.vue b/src/views/datav/Gobal.vue
index ea4e52a..6c4dd65 100644
--- a/src/views/datav/Gobal.vue
+++ b/src/views/datav/Gobal.vue
@@ -6,7 +6,6 @@
-
-
-
-
-
-
-
-
-
- 4323
-
-
- 满意/共本满意数
-
-
-
-
-
-
-
-
-
-
-
+
-
@@ -133,7 +84,7 @@
@@ -194,55 +145,18 @@
局属单位
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+