From a2d1b9886b00b5f4d4722c3379d3bd4f2f94b421 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Mon, 09 Mar 2020 17:02:35 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy --- 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