|
|
|
@ -1769,13 +1769,7 @@ export default { |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.$nextTick(() => { |
|
|
|
var clientRect = this.$refs.table.$el.getBoundingClientRect(); |
|
|
|
var subHeight = (70 / 1000) * window.innerHeight; |
|
|
|
this.tableHeight = |
|
|
|
window.innerHeight - |
|
|
|
clientRect.y - |
|
|
|
this.$refs.table.$el.offsetTop - |
|
|
|
subHeight; |
|
|
|
this.tableHeight = util.calcTableMaxHeight(this.$refs.selectPhaseTable.$el) |
|
|
|
if (this.selProject) { |
|
|
|
this.getXmProjectPhases(); |
|
|
|
} |
|
|
|
|