广州市综治平台前端
liuwh
2 days ago 07a9468ec9e069828b1e6527cffbb63b05296e24
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'),