fix: 修复mstable高度计算的问题

This commit is contained in:
Captain.B 2021-04-25 18:44:41 +08:00 committed by 刘瑞斌
parent 2786714482
commit 143045c8fc
3 changed files with 3 additions and 3 deletions

View File

@ -171,7 +171,7 @@ export default {
return SYSTEM_FIELD_NAME_MAP;
},
tableHeight() {
return getDefaultTableHeight;
return getDefaultTableHeight();
}
},
methods: {

View File

@ -134,7 +134,7 @@ export default {
return ISSUE_PLATFORM_OPTION;
},
tableHeight() {
return getDefaultTableHeight;
return getDefaultTableHeight();
}
},
methods: {

View File

@ -143,7 +143,7 @@ export default {
return CASE_TYPE_OPTION;
},
tableHeight() {
return getDefaultTableHeight;
return getDefaultTableHeight();
}
},
methods: {