|
|
@ -320,7 +320,7 @@ |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
|
var clientRect=this.$refs.table.$el.getBoundingClientRect(); |
|
|
var clientRect=this.$refs.table.$el.getBoundingClientRect(); |
|
|
var subHeight=80/1000 * window.innerHeight; |
|
|
|
|
|
|
|
|
var subHeight=50/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; |
|
|
console.log(this.currProject); |
|
|
console.log(this.currProject); |
|
|
this.getXmProjectEnvLists(); |
|
|
this.getXmProjectEnvLists(); |
|
|
|