陶杰
2025-01-09 cc1ee1fb090b8344faab02537dec80995cec93fe
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,
                  })