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

29109 学生退费/退费管理/学生退费统计;学生退费/退伍生学费退费管理/退伍生退学费管理、退伍生退住宿费管理,缺少“确认打印“提示信息

上级 42706bd1
......@@ -119,6 +119,14 @@ export default class ExportCurrentInfo extends React.Component {
});
}
checkDownload = () => {
if(this.props.beforeDownloadFile){
this.props.beforeDownloadFile(this.exportData);
}else{
this.exportData();
}
}
render() {
const btn = {
name: '导出',
......@@ -130,7 +138,7 @@ export default class ExportCurrentInfo extends React.Component {
const { showSelectModal } = this.state;
return (
<span>
<ButtonDiy {...btn} loading={this.state.confirmLoading} handleClick={this.exportData} />
<ButtonDiy {...btn} loading={this.state.confirmLoading} handleClick={this.checkDownload} />
{
openSelectFieldsModal &&
<SelectModal custom={custom}
......
......@@ -158,12 +158,12 @@ export async function requestFileInfo(url, datas) {
return false;
}
if (test) {
console.log({
url,
res,
});
}
// if (test) {
// console.log({
// url,
// res,
// });
// }
return res;
});
......
......@@ -73,6 +73,7 @@ export function FormListButtons(props) {
/>);
} else if (r.ButtonType === 'export') {
return <ExportCurrentInfo
{...r}
objId={objId}
key={r.children || '到处'}
query={query}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论