Browse Source

森语-事故处理单-列表高度

jbb 2 years ago
parent
commit
2ca2f74ef9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/oa/IncidentTicketList.vue

+ 2 - 1
src/views/oa/IncidentTicketList.vue

@@ -101,7 +101,7 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        :scroll="{x: 1500,y:500}"
+        :scroll="{x: 1500,y:400}"
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         @change="handleTableChange">
 
@@ -330,6 +330,7 @@ import moment from 'moment'
     },
     methods: {
       getQueryParams() {
+        this.toggleSearchStatus = false
         var param = Object.assign({}, this.queryParam, null);
         param.field = this.getQueryField();
         param.pageNo = this.ipagination.current;