提交 b695906e authored 作者: ch's avatar ch

开阿发

上级 6dadb0a2
...@@ -379,7 +379,6 @@ export default class ZdyTable extends Component { ...@@ -379,7 +379,6 @@ export default class ZdyTable extends Component {
const tr = configs.trees[key]; const tr = configs.trees[key];
this.childExcel(sheetData, configs.datas, tr); this.childExcel(sheetData, configs.datas, tr);
} }
const hfInstance = HyperFormula.buildFromSheets(sheetData, {}); const hfInstance = HyperFormula.buildFromSheets(sheetData, {});
this.hfInstance = hfInstance; this.hfInstance = hfInstance;
...@@ -535,6 +534,8 @@ export default class ZdyTable extends Component { ...@@ -535,6 +534,8 @@ export default class ZdyTable extends Component {
} }
const obj = JSON.parse(val.unifiedServicePatternModel.content); const obj = JSON.parse(val.unifiedServicePatternModel.content);
const xxx = obj.datas[this.props.formKey ? this.props.formKey : obj.init]; // 是否是存在历史表单传入值 const xxx = obj.datas[this.props.formKey ? this.props.formKey : obj.init]; // 是否是存在历史表单传入值
if(this.props.isQuery) return;
const fk = this.props.formKey const fk = this.props.formKey
? this.props.formKey ? this.props.formKey
: val.taskFormKey : val.taskFormKey
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论