提交 ebe6c000 authored 作者: 徐立's avatar 徐立

注入中台函数库

上级 b1ee5caf
...@@ -9,7 +9,6 @@ import { Row, Col ,Input,message} from 'antd' ...@@ -9,7 +9,6 @@ import { Row, Col ,Input,message} from 'antd'
import TableCom from '../tableCompon' import TableCom from '../tableCompon'
import {Toast} from 'antd-mobile' import {Toast} from 'antd-mobile'
import router from 'umi/router' import router from 'umi/router'
import { formulaList } from '../excelInitFuc/functionList';
import IsNewTable from './isNewTable'; import IsNewTable from './isNewTable';
export default class ZdyTable extends Component { export default class ZdyTable extends Component {
constructor(props){ constructor(props){
...@@ -38,19 +37,6 @@ export default class ZdyTable extends Component { ...@@ -38,19 +37,6 @@ export default class ZdyTable extends Component {
} }
componentDidMount(){ componentDidMount(){
if(!window.functionObj){ // 检查是否注册
/**
* 注册全局函数集
* 动态生成表单配置函数所使用
*/
let functionObj = {}
formulaList.map(item => {
item.children.map(arr=> {
functionObj[arr.callKey] = arr.function
})
})
window.functionObj = functionObj
}
let { let {
postData, // 数据源 postData, // 数据源
isCg, // 用户点击草稿页面进入 isCg, // 用户点击草稿页面进入
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论