李劲龙 1 year ago
commit 436566e291

@ -271,7 +271,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -274,7 +274,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -277,7 +277,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

@ -274,7 +274,7 @@ export default {
// //
this.$nextTick(() => {
this.tableHeigth =
this.$refs.main.offsetHeight - this.$refs.search.offsetHeight - 80;
this.$refs.main.offsetHeight - 40 - this.$refs.search.offsetHeight - 73;
this.getList();
});
},

Loading…
Cancel
Save