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

自定义导入bug

上级 ca6a992d
...@@ -459,7 +459,7 @@ export default class StatisticsInfo extends React.Component { ...@@ -459,7 +459,7 @@ export default class StatisticsInfo extends React.Component {
}; };
componentDidMount() { componentDidMount() {
this.open(); // this.open();
} }
pageConfig = (item = 0) => { pageConfig = (item = 0) => {
......
...@@ -111,4 +111,6 @@ const getFormArrayConfig = (header,isAdd,options) => { ...@@ -111,4 +111,6 @@ const getFormArrayConfig = (header,isAdd,options) => {
return config; return config;
}; };
export { text, number, date, getFormArrayConfig }; export { text, number, date, getFormArrayConfig };
...@@ -4,12 +4,10 @@ import { ...@@ -4,12 +4,10 @@ import {
Card, Card,
DatePicker, DatePicker,
Divider, Divider,
Table,
Form, Form,
Row, Row,
Col, Col,
Input, Input,
InputNumber,
message, message,
Modal, Modal,
Select, Select,
...@@ -1341,7 +1339,7 @@ this.props.value.importConfig.map((r,i)=> <ImportUtil btn={r.btn} ext={r.ext?r.e ...@@ -1341,7 +1339,7 @@ this.props.value.importConfig.map((r,i)=> <ImportUtil btn={r.btn} ext={r.ext?r.e
this.getPage() this.getPage()
if(r.callback) r.callback(); if(r.callback) r.callback();
} }
}/> }/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论