From 9ed9a0363f9f1ef22d143ab9f529ae161cc1afc4 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Mon, 09 Mar 2020 17:02:31 +0800
Subject: [PATCH] 未检举报列表、详情、以及回复
---
SunshineIns/src/fetch/activeManage.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/fetch/activeManage.js b/SunshineIns/src/fetch/activeManage.js
index 3be84a9..1995e10 100644
--- a/SunshineIns/src/fetch/activeManage.js
+++ b/SunshineIns/src/fetch/activeManage.js
@@ -1,6 +1,6 @@
import fetch from './_fetch';
import { message } from 'antd';
-export default () => fetch(`api/activityInfo/finds?`)
+export default ({ activityType, activityStatus, startTime, endTime }) => fetch(`api/activity/finds?activityType=${activityType||''}&activityStatus=${activityStatus || ''}&startTime=${startTime || ''}&endTime=${endTime || ''}`)
.then(
json => json.data
)
--
Gitblit v1.8.0