提交 2e86fce1 authored 作者: ch's avatar ch

111

上级 e7377be1
......@@ -59,6 +59,7 @@ export default class ZdyTable extends Component {
// debugger;
// }
if (isPreview || isChild ) {
this.initExcel({ datas: this.props.datas, trees: this.props.trees }, () => {
this.setState({
...this.state,
......@@ -378,12 +379,14 @@ export default class ZdyTable extends Component {
};
configs;
initExcel = (configs, callback) => {
this.configs = configs;
if (configs == null || configs.trees == null) {
if (callback) callback();
return;
}
if (configs.trees != null) this.configs = configs;
const sheetData = {};
for (var key in configs.trees) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论