bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user