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

importExcel 方法修改

上级 360599f3
...@@ -1205,7 +1205,6 @@ export default class tableCom extends Component { ...@@ -1205,7 +1205,6 @@ export default class tableCom extends Component {
...this.props.defaultValues[this.props.formKey], ...this.props.defaultValues[this.props.formKey],
}; };
} }
const value = fun1( const value = fun1(
obj, obj,
this.props.init, this.props.init,
...@@ -1222,15 +1221,15 @@ export default class tableCom extends Component { ...@@ -1222,15 +1221,15 @@ export default class tableCom extends Component {
this.props.index, this.props.index,
this.props.fatherCode, this.props.fatherCode,
{ {
moment: moment, moment,
sql: this.sqlUtil.bind(this, base52, json, callback), sql: this.sqlUtil.bind(this, base52, json, callback),
message: message, message,
importExcel: this.props.importExcel, importExcel: this.props.importExcel,
router: router, router: router,
uuid: UUID, uuid: UUID,
setValues: this.setValues.bind(this, base52, json), setValues: this.setValues.bind(this, base52, json),
req: this.reqUtil.bind(this, base52, json, callback), req: this.reqUtil.bind(this, base52, json, callback),
md5: md5, md5,
showModal: this.showModal, showModal: this.showModal,
closeModal: this.closeModal, closeModal: this.closeModal,
render: this.getRender, render: this.getRender,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论