提交 1dc6ee37 authored 作者: tb53863844's avatar tb53863844

修改bug

上级 f304f334
......@@ -52,13 +52,13 @@ export default class ZdyTable extends Component {
formDeafault = '', // 为二维码快捷发起默认值
} = this.props;
if (isPreview || isChild) {
this.setState({
...this.state,
...this.props,
isReady: true,
formConfig: { ...this.state.formConfig, style: this.props.style },
});
});
this.initExcel({datas:this.props.datas,trees:this.props.trees})
return;
}
......@@ -245,7 +245,7 @@ export default class ZdyTable extends Component {
}
hfInstance;
initExcel=(configs)=>{
if(configs==null) return
if(configs==null||configs.trees==null) return
const sheetData = {}
for(var key in configs.trees){
......
......@@ -149,6 +149,7 @@ export default class ChildForm extends React.Component {
formCode={this.props.formCode}
formId={this.props.formId}
isPreview={isPreview}
currentFormKey={json.childFormKey}
formConfig={datas}
get="mobile"
fatherCode={base52}
......@@ -222,6 +223,7 @@ export default class ChildForm extends React.Component {
index={r}
isPreview={isPreview}
obj={objs[r]}
currentFormKey={json.childFormKey}
formCode={this.props.formCode}
formId={this.props.formId}
fatherObj={this.props.fatherObj}
......
......@@ -488,7 +488,7 @@ export default class tableCom extends Component {
}
if (this.count.length > 10) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:存在循环风险,1秒内执行超过10次,现已停止执行,请检查,`,
);
......@@ -752,7 +752,7 @@ export default class tableCom extends Component {
this.props.form.setFieldsValue(values);
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -790,7 +790,7 @@ export default class tableCom extends Component {
reqUrls[url] = { params: params };
isChange = true;
}
console.log(isChange);
if (!isChange) {
if (callback) {
const data = reqUrls[url].data;
......@@ -808,7 +808,7 @@ export default class tableCom extends Component {
callback(data);
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -822,7 +822,7 @@ export default class tableCom extends Component {
}
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -834,7 +834,7 @@ export default class tableCom extends Component {
if (x == null || x != 'NaN') this.props.form.setFieldsValue({ [base52]: x });
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -883,7 +883,7 @@ export default class tableCom extends Component {
callback(data);
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -896,7 +896,7 @@ export default class tableCom extends Component {
}
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -908,7 +908,7 @@ export default class tableCom extends Component {
if (x == null || x != 'NaN') this.props.form.setFieldsValue({ [base52]: x });
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -959,7 +959,7 @@ export default class tableCom extends Component {
callback(data);
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -972,7 +972,7 @@ export default class tableCom extends Component {
}
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -984,7 +984,7 @@ export default class tableCom extends Component {
if (x == null || x != 'NaN') this.props.form.setFieldsValue({ [base52]: x });
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -1039,7 +1039,7 @@ export default class tableCom extends Component {
callback(data);
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -1052,7 +1052,7 @@ export default class tableCom extends Component {
}
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -1064,7 +1064,7 @@ export default class tableCom extends Component {
if (x == null || x != 'NaN') this.props.form.setFieldsValue({ [base52]: x });
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,回调函数内部错误,`,
e,
);
......@@ -1184,7 +1184,7 @@ export default class tableCom extends Component {
this.props.form.setFieldsValue({ [base52]: value });
} catch {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,函数内部错误,`,
e,
);
......@@ -1194,7 +1194,7 @@ export default class tableCom extends Component {
}
} catch (e) {
console.log(
`页面${this.props.formKey}${this.props.i + 1}行,第${this.props.j +
`页面${this.props.currentFormTitle} ${this.props.formKey} ${json.comName}${this.props.i + 1}行,第${this.props.j +
1}列:公式配置有误,暂存失败,`,
e,
);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论