From 55fe568e028bd396fea4a5b46b4bfec6af354f80 Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Fri, 27 Jun 2025 18:08:21 +0800 Subject: [PATCH] fix:效能分析优化 --- src/components/MyImport/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/MyImport/index.jsx b/src/components/MyImport/index.jsx index 255eb90..df56327 100644 --- a/src/components/MyImport/index.jsx +++ b/src/components/MyImport/index.jsx @@ -2,8 +2,8 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-05 17:14:00 - * @LastEditTime: 2022-11-29 15:25:05 - * @LastEditors: ldh + * @LastEditTime: 2025-06-24 09:35:43 + * @LastEditors: lwh * @Version: 1.0.0 * @Description: 公共上传组件 * 附件类型对照 @@ -41,7 +41,7 @@ const props = { name: 'file', multiple: false, - accept: '.doc,.docx,.xls,.xlsx,.png,.jpg,.jpeg,.pdf', + accept: '.docx,.xls,.xlsx,.png,.jpg,.jpeg,.pdf', action: `${appUrl.baseUrl}/${appUrl.mediate}/api/v1/caseInfo/inCaseByExcel`, headers: { Authorization: $$.getSessionStorage('customerSystemToken'), -- Gitblit v1.8.0