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

30130 心理咨询师管理---字段优化

上级 4b79dae2
......@@ -4,6 +4,7 @@
import { message } from 'antd';
import React from 'react';
import { downloadFile } from '@/webPublic/one_stop_public/Table/globalFunction';
import { getToken } from '@/webPublic/one_stop_public/utils/token';
export default function exportHandledInfo({
columns = [],
......@@ -28,6 +29,7 @@ export default function exportHandledInfo({
appId,
type,
headers: JSON.stringify(headers),
token: getToken(),
};
if(appId){
message.info('正在导出文件,请耐心等待');
......
......@@ -76,7 +76,7 @@ function ActiveMenuComponent({ routerConfig, ...otherProps }) {
Res = <Apply workId={appId} {...otherProps} />;
break;
case 'Audit': // 审批类
if(appId === '1492048888356405248' && getIsQian_Nan()){
if(appId === '1492048888356405248' && getIsQian_Nan() || process.env.NODE_ENV === 'development'){
// 禅道30031
otherProps.tab2Buttons = [
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论