提交 3979db01 authored 作者: 钟是志's avatar 钟是志

28197 退役学生免修课程管理/免修课程成绩认定申请,web端“证明材料”也需要提示(20192808004,bdk@2022*$)

上级 5ae7f287
......@@ -197,7 +197,7 @@ class UploadCom extends React.Component {
<Icon type="upload" />
{btnName ? btnName : '上传附件'}
</Button>
{this.otherProps?.limitImageInfo && <div>{this.otherProps?.limitImageInfo}</div>}
{this.otherProps?.limitImageInfo && <div style={this.otherProps?.limitImageInfoStyle || {}}>{this.otherProps?.limitImageInfo}</div>}
</>
)}
</Upload>
......
......@@ -2,6 +2,7 @@ import urlTransform from '@/webPublic/zyd_public/request/urlTransform';
import FormdataWrapper from '@/webPublic/zyd_public/utils/object-to-formdata-custom';
import { notification } from 'antd';
import { getHeaders, getIsBei_Dian } from '@/webPublic/zyd_public/utils/utils';
import { proxyChangeUrl } from '@/webPublic/zyd_public/request/proxyChangeUrl';
/**
* 本地开发可能会存在跨域问题
......@@ -10,10 +11,7 @@ import { getHeaders, getIsBei_Dian } from '@/webPublic/zyd_public/utils/utils';
* 如果ext 传空字符串 则从response.headers 中获取文件名
* */
export function downloadFile(url, params, fileName = '导出文件', ext = 'xlsx', method = 'POST') {
if (process.env.NODE_ENV === 'development' && getIsBei_Dian()) {
url = url.replace('https://yx.bpi.edu.cn/produce', 'http://localhost:8010/produce');
url = url.replace('http://scjoyedu.eicp.net:51352/produce', 'http://localhost:8010/produce');
}
url = proxyChangeUrl(url);
url = urlTransform(url);
let responseHeadersFileName = '';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论