{{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){