提交 96838946 authored 作者: chscls@163.com's avatar chscls@163.com

修改bug

上级 542ffc66
...@@ -361,28 +361,25 @@ class FormList extends React.Component { ...@@ -361,28 +361,25 @@ class FormList extends React.Component {
const b = nextProps.value||{} const b = nextProps.value||{}
const a = this.props.value||{} const a = this.props.value||{}
if(JSON.stringify(a)!=JSON.stringify(b)){
const params = {
pageNo: 1, if(JSON.stringify(a)!=JSON.stringify(b)){
pageSize: this.props.pageSize||10, const params = {
query: JSON.stringify(this.state.formValues), pageNo: 1,
}; pageSize: this.props.pageSize||10,
this.custom=Base16Encode(JSON.stringify(b)) query: JSON.stringify(this.state.formValues),
};
if(this.state.objId)this.getPage(params) this.columns=nextProps.value.columns
this.custom=Base16Encode(JSON.stringify(b))
if( nextProps.value.getPage){
} this.getPage(params,null,nextProps.value.getPage);
if(this.props.objCode=="1"||this.props.objCode==1){ }else{
const params = { if(this.state.objId)this.getPage(params)
pageNo: 1, }
pageSize: this.props.pageSize||10,
query: JSON.stringify(this.state.formValues),
};
this.columns=nextProps.value.columns
if( nextProps.value.getPage){
this.getPage(params,null,nextProps.value.getPage);
}
} }
const x=nextProps.selects const x=nextProps.selects
const y = this.props.selects const y = this.props.selects
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论