6.26张祥瑞
This commit is contained in:
parent
dddcccc6cd
commit
e7f6f84790
@ -84,7 +84,7 @@
|
|||||||
const selectedData = list.value.filter(item => item.checked);
|
const selectedData = list.value.filter(item => item.checked);
|
||||||
|
|
||||||
if (selectedData.length === 0) {
|
if (selectedData.length === 0) {
|
||||||
toast.success('请先选择要发送消息的人员')
|
toast.warning('请先选择要发送消息的人员')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 收集所有选中项的 ldhth 字段并以逗号拼接
|
// 收集所有选中项的 ldhth 字段并以逗号拼接
|
||||||
|
Loading…
Reference in New Issue
Block a user