fix: 网元信息多选删除id取值异常
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user