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

@@ -46,9 +46,7 @@ const CategoryList = {
}
},
data() {
return {
pickedId: null
}
return { calcMaxHeight, pickedId: null }
},
mounted() {
console.log(this.injectData)