提交 d3c12898 authored 作者: chlolch's avatar chlolch

修改bug

上级 7fc3df49
...@@ -1499,7 +1499,7 @@ export default class tableCom extends Component { ...@@ -1499,7 +1499,7 @@ export default class tableCom extends Component {
</> </>
); );
} }
if (json.comName == 'Label') { if (json.comName == 'Label'||json.comName == 'Excel' ) {
let uid; let uid;
if (this.props.fatherCode != null) { if (this.props.fatherCode != null) {
uid = `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}`; uid = `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}`;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论