From dddcccc6cda33a36fff33e934ddd188643e2816b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E7=A5=A5=E7=91=9E?= <1131549607@qq.com>
Date: Thu, 26 Jun 2025 16:17:53 +0800
Subject: [PATCH] =?UTF-8?q?6.26=E5=BC=A0=E7=A5=A5=E7=91=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../healthfollow/lookhealth.vue | 2 +-
src/pages-politics/healthfollow/send.vue | 19 +++++++++++++------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/src/pages-politics/healthfollow/lookhealth.vue b/src/pages-politics/healthfollow/lookhealth.vue
index a510f90..f201bf0 100644
--- a/src/pages-politics/healthfollow/lookhealth.vue
+++ b/src/pages-politics/healthfollow/lookhealth.vue
@@ -5,7 +5,7 @@
-
+
重置
diff --git a/src/pages-politics/healthfollow/send.vue b/src/pages-politics/healthfollow/send.vue
index 9fbd012..7178533 100644
--- a/src/pages-politics/healthfollow/send.vue
+++ b/src/pages-politics/healthfollow/send.vue
@@ -1,13 +1,13 @@
-
+
-
+
+ @clear="getpersonList" style="width: 100%;" />
-
- 发送消息
+
+ 发送消息
@@ -48,6 +48,8 @@
const screenHeight = ref(0)
const screenWidth = ref(0)
const tableHeight = ref(0)
+ const message = useMessage()
+ const toast = useToast()
const getpersonList = (e) => {
if (e != 1) { //为1时是切换页码
@@ -82,7 +84,7 @@
const selectedData = list.value.filter(item => item.checked);
if (selectedData.length === 0) {
- useToast().show('请先选择要发送消息的人员');
+ toast.success('请先选择要发送消息的人员')
return;
}
// 收集所有选中项的 ldhth 字段并以逗号拼接
@@ -91,7 +93,12 @@
addByCld({
ldhths:ldhthValues
}).then(res=>{
+ toast.success(res.message)
console.log("res----",res)
+ // if(res.success){
+ // toast.success(res.message)
+ // }
+
})