【issues/742】选择后删除默认仍然存在

pull/755/merge
zhangdaiscott 2023-09-10 23:34:18 +08:00
parent ed4b3871bc
commit 5030560028
1 changed files with 4 additions and 1 deletions

View File

@ -202,6 +202,9 @@
closeModal(); closeModal();
checkedKeys.value = []; checkedKeys.value = [];
selectRows.value = []; selectRows.value = [];
// update-begin--author:liaozhiyang---date:20230908---forissues/742
tableRef.value.clearSelectedRowKeys();
// update-end--author:liaozhiyang---date:20230908---forissues/742
} }
/** /**
@ -282,7 +285,7 @@
white-space: nowrap; white-space: nowrap;
} }
} }
:deep(.jeecg-basic-table .ant-table-wrapper .ant-table-title) { :deep(.jeecg-basic-table .ant-table-wrapper .ant-table-title){
min-height: 0; min-height: 0;
} }
</style> </style>