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

待办页面增加导入功能 只在北电科生效

上级 69bd00c1
......@@ -14,6 +14,7 @@ import exportHandledInfo from '@/webPublic/FormInsertDiy/AffairPage/AuditPage/ex
import { connect } from 'dva';
import router from 'umi/router';
import ImportBatchAudit from './ImportBatchAudit/index';
import { getIsBei_Dian } from '../../../zyd_public/utils/getSchoolType';
@connect(({ keepAlive, auditPageData }) => ({
keepAlive,
......@@ -233,7 +234,7 @@ class Index extends React.Component {
}); // 解决禅道 32366 二级学院审核,所有二级学院审核后在已处理中加导出功能 103152
}
const tab1Buttons = [];
if (isExport === '1' && false) { // 2023年9月27日 钟是志 待处理 增加导出功能 测试性功能只对 北电科生效 接口有问题没法搞
if (isExport === '1' && getIsBei_Dian() ) { // 2023年9月27日 钟是志 待处理 增加导出功能 只对 北电科生效
tab1Buttons.push({
type: 'export',
name: '导出',
......@@ -242,7 +243,7 @@ class Index extends React.Component {
exportHandledInfo({
columns,
appId: workId,
type: null,
type: 'wait',
searcherKeyValue: trueSearchParams,
});
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论