custom/汇通建设

This commit is contained in:
lys 2024-11-22 10:24:43 +08:00
parent 0d0a7a9367
commit 7079068f61
2 changed files with 1 additions and 4 deletions

View File

@ -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%;

View File

@ -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());