mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
fix(测试用例): 评审详情-多个评审人展示不全
--bug=1048352 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048352
This commit is contained in:
parent
22f95f84a5
commit
75b73c6152
@ -905,10 +905,6 @@
|
||||
const disableKey = (attrs?.rowSelectionDisabledConfig as MsTableRowSelectionDisabledConfig)?.disabledKey;
|
||||
return disableKey ? record[disableKey] : false;
|
||||
}
|
||||
onMounted(async () => {
|
||||
await initColumn();
|
||||
batchLeft.value = getBatchLeft();
|
||||
});
|
||||
|
||||
function hasSelectedFilter(item: MsTableColumnData) {
|
||||
if (item.filterConfig && item.dataIndex) {
|
||||
@ -962,6 +958,12 @@
|
||||
});
|
||||
};
|
||||
|
||||
onMounted(async () => {
|
||||
await initColumn();
|
||||
updateAllTagVisibility();
|
||||
batchLeft.value = getBatchLeft();
|
||||
});
|
||||
|
||||
function columnResize(dataIndex: string) {
|
||||
if (dataIndex) {
|
||||
updateAllTagVisibility();
|
||||
|
Loading…
Reference in New Issue
Block a user