This commit is contained in:
yanran200730
2022-01-13 18:48:39 +08:00
parent f6853c7970
commit 1d02347647

View File

@@ -99,6 +99,14 @@ export default {
watch: {
areaId(v) {
v && (this.getFullArea())
},
fullArea: {
handler(v) {
this.$nextTick(() => {
this.scrollHeight()
})
}
}
},
mounted () {
@@ -127,6 +135,7 @@ export default {
} else {
this.fullArea = res.data
}
return this.fullArea
}
})