From 327623e8b1791874121c3647e325f81567c51976 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 6 Nov 2024 14:22:07 +0800 Subject: [PATCH] 1 --- src/api/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dictionary.js b/src/api/dictionary.js index f17918bd..75e05240 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1067,6 +1067,6 @@ export function batchAddEnrollOrPdEmailConfig(params) { return request({ url: `/TrialEmailNoticeConfig/batchAddEnrollOrPdEmailConfig`, method: 'post', - data: params + params }) } \ No newline at end of file