From 127c6dd281c62acfa5c654f54d113532c6be0928 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 23 三月 2022 22:26:30 +0800
Subject: [PATCH] 修复编辑场景,取消后数据仍然联动的bug

---
 src/api/shuohuang.ts |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts
index df3a4f3..9f76c70 100644
--- a/src/api/shuohuang.ts
+++ b/src/api/shuohuang.ts
@@ -202,4 +202,10 @@
   url: '/data/api-c/user/downloadExcel',
   method: 'get',
   responseType: "blob"
-})
\ No newline at end of file
+})
+
+export const getHiddenEventStatistics = (query: any) => request({
+  url: '/data/api-c/index/getHiddenEventStatistics',
+  method: 'get',
+  params: query
+})

--
Gitblit v1.8.0