From 2eeea7a6431f0b5fb25b338e2512c48deab8652e Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 31 十二月 2024 10:39:18 +0800 Subject: [PATCH] add:短信新增统计字段 --- 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