NEZ-1553 fix: 修复Alert message关闭下滑筛选后,界面无法自动填充
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
.list-page .main-container{
|
||||
.nz-table2{
|
||||
height: calc(100% - 242px);
|
||||
}
|
||||
.is-scrolling-none {
|
||||
height: calc(100% - 43px) !important;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
:api="url"
|
||||
:custom-table-title.sync="tools.customTableTitle"
|
||||
:from="fromRoute.alertMessage"
|
||||
:nz-table-height-offset="alertMessageNzTableHeightOffset"
|
||||
:layout="dataListLayout"
|
||||
:search-msg="searchMsg"
|
||||
@search="search"
|
||||
@@ -176,6 +177,7 @@ export default {
|
||||
return {
|
||||
chartLoading: false,
|
||||
chartInfo: {},
|
||||
alertMessageNzTableHeightOffset: 242,
|
||||
stateOptions: alertMessageConstant.states,
|
||||
dataListLayout: localStorage.getItem('dataList-layout' + 'alertMessageTable') ? JSON.parse(localStorage.getItem('dataList-layout' + 'alertMessageTable')) : ['searchInput', 'elementSet', 'clickSearch', 'pagination'],
|
||||
state: '1',
|
||||
|
||||
Reference in New Issue
Block a user