|
@@ -221,7 +221,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
if (this.tableHeight == 0) {
|
|
|
- this.tableHeight = window.innerHeight - 300
|
|
|
+ this.tableHeight = window.innerHeight - 450
|
|
|
}
|
|
|
if (this.queryParam.auditDate.length > 0) {
|
|
|
this.queryParam.auditBeginDate = moment(this.queryParam.auditDate[0]).format('YYYY-MM-DD HH:mm:ss')
|