diff --git a/src/views/xm/core/xmProjectGroup/XmProjectGroupSelect.vue b/src/views/xm/core/xmProjectGroup/XmProjectGroupSelect.vue index 1c2b42a7..fc36fc43 100644 --- a/src/views/xm/core/xmProjectGroup/XmProjectGroupSelect.vue +++ b/src/views/xm/core/xmProjectGroup/XmProjectGroupSelect.vue @@ -13,7 +13,7 @@ 选择产品 - +

{{item.groupName}} @@ -102,6 +102,7 @@ import XmProductSelect from '../xmProduct/XmProductSelect.vue'; xmProjectGroupFormworkSels: [], selectProjectVisible:false, selectProductVisible:false, + maxTableHeight:300, /**end 自定义属性请在上面加 请加备注**/ } }, //end data @@ -201,7 +202,8 @@ import XmProductSelect from '../xmProduct/XmProductSelect.vue'; XmProjectList,XmProductSelect }, mounted() { - this.$nextTick(() => { + this.$nextTick(() => { + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el); if(this.selGroups){ this.selGroups.forEach(i=>{ if(i.groupUsers){