update calcTableHeight

This commit is contained in:
2022-09-01 08:50:46 +08:00
parent 3fe0d26d8f
commit 6e06159250
33 changed files with 57 additions and 58 deletions

View File

@@ -25,13 +25,7 @@
<script>
export default {
data() {
return {
dataList: [],
pageIndex: 1,
pageSize: 10,
totalPage: 0,
allNum: 0
}
return { calcMaxHeight, dataList: [], pageIndex: 1, pageSize: 10, totalPage: 0, allNum: 0 }
},
created() {
this.getDataList()