diff --git a/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue b/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue
index 4b51ecc2..88ab9fe1 100644
--- a/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue
+++ b/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue
@@ -7,7 +7,7 @@
角色说明
注意:点击架构图进行操作
-
+
{
//initSimpleDicts('all',['sex','gradeLvl']).then(res=>this.dicts=res.data.data);
+
+ this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el);
this.initData()
this.searchXmProjectGroups();
diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
index 9b6d9d36..9bbae32a 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
@@ -124,7 +124,7 @@
-
+
@@ -298,7 +298,7 @@
selectProjectVisible:false,
productSelectVisible:false,
nextAction:'',
- tableHeight:300,
+ maxTableHeight:300,
cloumns: [
{
key: 'name',
@@ -943,7 +943,7 @@
this.$nextTick(() => {
- this.tableHeight = util.calcTableMaxHeight(this.$refs.table.$el);
+ this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el);
this.getXmQuestions();
});
listOption([{categoryId:'all',itemCode:'bugSeverity'},{categoryId:'all',itemCode:'bugSolution'},{categoryId:'all',itemCode:'bugStatus'},{categoryId:'all',itemCode:'bugType'},{categoryId:'all',itemCode:'urgencyLevel'}] ).then(res=>{