|
@@ -139,7 +139,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
if (this.tableHeight == 0) {
|
|
|
- this.tableHeight = window.innerHeight - 380
|
|
|
+ this.tableHeight = window.innerHeight - 420
|
|
|
}
|
|
|
return stockOutList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
const data = res.data
|