src/views/tasks/machinereturnfiles.vue
@@ -73,7 +73,7 @@ size:'mini', index: true, selection: true, selectionWidth:20, selectionWidth:30, addBtn: false, editBtn: false, delBtn: false, @@ -297,6 +297,8 @@ params: obj, }).then( res => { var screenHeight = window.innerHeight; this.option.maxHeight = (screenHeight - 390) + 'px'; const data = res.data.data; this.mypage.total = data.total; this.data = data.records;