|
|
@ -903,9 +903,6 @@ |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
var clientRect=this.$refs.table.$el.getBoundingClientRect(); |
|
|
var clientRect=this.$refs.table.$el.getBoundingClientRect(); |
|
|
var subHeight=50/1000 * window.innerHeight; |
|
|
var subHeight=50/1000 * window.innerHeight; |
|
|
if(this.selProject){ |
|
|
|
|
|
subHeight=100/1000 * window.innerHeight; |
|
|
|
|
|
} |
|
|
|
|
|
this.tableHeight = window.innerHeight -clientRect.y - this.$refs.table.$el.offsetTop-subHeight; |
|
|
this.tableHeight = window.innerHeight -clientRect.y - this.$refs.table.$el.offsetTop-subHeight; |
|
|
this.getXmQuestions(); |
|
|
this.getXmQuestions(); |
|
|
}); |
|
|
}); |
|
|
|