diff --git a/src/pages-politics/healthfollow/send.vue b/src/pages-politics/healthfollow/send.vue index 7178533..ebf0652 100644 --- a/src/pages-politics/healthfollow/send.vue +++ b/src/pages-politics/healthfollow/send.vue @@ -84,7 +84,7 @@ const selectedData = list.value.filter(item => item.checked); if (selectedData.length === 0) { - toast.success('请先选择要发送消息的人员') + toast.warning('请先选择要发送消息的人员') return; } // 收集所有选中项的 ldhth 字段并以逗号拼接