fix: 网元信息多选删除id取值异常

This commit is contained in:
TsMask
2024-06-11 10:26:46 +08:00
parent 233496e184
commit 04cbdc6b11

View File

@@ -243,6 +243,7 @@ function fnRecordDelete(id: string) {
let msg = t('views.ne.neInfo.delTip');
if (id === '0') {
msg = `${msg} ...${tableState.selectedRowKeys.length}`;
id = tableState.selectedRowKeys.join(',');
}
Modal.confirm({