From a0eca7b1684f757eb7381c6d1f7042c95ae930a2 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 31 十二月 2024 10:37:40 +0800 Subject: [PATCH] 1.批量任务-批量发送详情使用选项卡的方式打开 --- components/sms/select-all-user.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/components/sms/select-all-user.vue b/components/sms/select-all-user.vue index bc8b325..524604d 100644 --- a/components/sms/select-all-user.vue +++ b/components/sms/select-all-user.vue @@ -69,6 +69,7 @@ atClick: (row) => { this.currentValue.push({ id: row.id, + userId: row.userId, loginName: row.loginName, tel: row.tel, }) @@ -99,6 +100,7 @@ if (!this.currentValue.some(currentItem => currentItem.id === item.id)) { this.currentValue.push({ id: item.id, + userId: item.userId, loginName: item.loginName, tel: item.tel, }) -- Gitblit v1.9.3