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

修改bug

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