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

onestop表单 增加全局 参数 路由与系统编码

上级 0e586fb3
......@@ -22,6 +22,13 @@ import {
} from './globalFunction';
import { getTransformApi } from '@/webPublic/one_stop_public/2022beidianke/localstorageTransform';
export function getSystemCode(){
const systemCode = localStorage.getItem('antd-pro-type') || '';
const exp = new RegExp('/*', 'mg');
return systemCode.replace(exp, '');
}
export function giveSmartFormGlobalProps({
fromStart = false, // 是否是 发起申请
hasSingle = false,
......@@ -32,6 +39,8 @@ export function giveSmartFormGlobalProps({
nextUsers = {}, //
calculateFlowData = [], // 移动端使用 用于分块块 禅道 23933 移动端全表单后审核步骤的显示问题优化
}) {
window.smartFormGlobalProps = {
fromStart,
hasSingle,
......@@ -109,6 +118,8 @@ export function giveSmartFormGlobalProps({
Tag,
Badge,
},
routePath: window.location.href.split('#')[1],
systemCode: getSystemCode(),
};
return true;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论