From 04cbdc6b118e68fe993f9b0d0385057ef2974102 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 11 Jun 2024 10:26:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E5=88=A0=E9=99=A4id=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neInfo/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ne/neInfo/index.vue b/src/views/ne/neInfo/index.vue index dd03b02c..e183f82d 100644 --- a/src/views/ne/neInfo/index.vue +++ b/src/views/ne/neInfo/index.vue @@ -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({