From b4725b231cfe2a710288e8bd0b1b9d990989f90c Mon Sep 17 00:00:00 2001
From: xusd <330628789@qq.com>
Date: Tue, 24 Jun 2025 17:30:20 +0800
Subject: [PATCH] Merge branch 'feature/gzdyh_city_bugfix' of http://120.79.193.119:9090/r/gzdyh/front into feature/gzdyh_city_bugfix

---
 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