diff --git a/src/api/regulatoryPlatForm.js b/src/api/regulatoryPlatForm.js
index 6054b85..91c0d01 100644
--- a/src/api/regulatoryPlatForm.js
+++ b/src/api/regulatoryPlatForm.js
@@ -23,3 +23,12 @@ export function abnormal(params) {
})
}
+// 我的待办统计
+export function taskUnionPageStatistic(data) {
+ return request({
+ url: '/aiccs-api/task/taskUnionPageStatistic',
+ method: 'post',
+ data
+ })
+}
+
diff --git a/src/views/regulatoryPlatForm/index.vue b/src/views/regulatoryPlatForm/index.vue
index 4ee3ed0..cf87bfd 100644
--- a/src/views/regulatoryPlatForm/index.vue
+++ b/src/views/regulatoryPlatForm/index.vue
@@ -16,18 +16,17 @@