custom/汇通建设
This commit is contained in:
parent
0d0a7a9367
commit
7079068f61
|
|
@ -3,8 +3,6 @@
|
|||
height: 100%;
|
||||
padding: 8px 16px 0 16px;
|
||||
background: #F6F6F6;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.ht_query {
|
||||
display: flex;
|
||||
|
|
@ -27,7 +25,6 @@
|
|||
}
|
||||
|
||||
.custom_huitong_list {
|
||||
flex: 1;
|
||||
|
||||
.ant-spin-nested-loading, .ant-spin-container {
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ class Index extends Component {
|
|||
<div className="huitong-body">
|
||||
<div className="ht_query">
|
||||
{
|
||||
getSearchs(queryForm, conditions, 2, false, () => {
|
||||
getSearchs(queryForm, conditions, 1, false, () => {
|
||||
if (!this.handleDebounce) {
|
||||
this.handleDebounce = _.debounce(() => {
|
||||
this.setState({ pageInfo: { ...pageInfo, current: 1 } }, () => this.getHTCommonListReport());
|
||||
|
|
|
|||
Loading…
Reference in New Issue