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

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

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