page: { | page: { | ||||
page: 1, | page: 1, | ||||
limit: Math.floor( | limit: Math.floor( | ||||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||||
(document.documentElement.clientHeight - 305 - 45) / 45 | |||||
), | ), | ||||
}, | }, | ||||
tableHeight: document.documentElement.clientHeight - 260, | |||||
tableHeight: document.documentElement.clientHeight - 305, | |||||
loading: false, | loading: false, | ||||
form: {}, | form: {}, | ||||
showEdit: false, | showEdit: false, |