From f173a1e1f37527c4aaccc980601be07a7293786c Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Mon, 7 Jul 2025 16:17:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../backOfficeSystem/MeetingRoom/index.vue | 22 +++++++++----------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/src/views/backOfficeSystem/MeetingRoom/index.vue b/src/views/backOfficeSystem/MeetingRoom/index.vue
index 0e614ee..a716edc 100644
--- a/src/views/backOfficeSystem/MeetingRoom/index.vue
+++ b/src/views/backOfficeSystem/MeetingRoom/index.vue
@@ -28,7 +28,7 @@
参会人员:{{ item.chry }}
-
{{ i + 1 }}.{{ el }}
+
{{ i + 1 }}、{{ el.plnr }}
@@ -151,23 +151,21 @@ import * as MOSTY from "@/components/MyComponents/index";
}).catch(()=>{ pageData.loading = false; })
};
+ // 提交评论
const handleSumbit = (item) => {
- if (!comments.value) {
- return proxy.$message({ type: "warning", message: "评论内容不能为空" });
- }
- item.visible = false; // 关闭评论弹窗
- // 这里可以添加评论提交的逻辑
+ if (!comments.value) return proxy.$message({ type: "warning", message: "评论内容不能为空" });
proxy.$message({ type: "success", message: "评论已发送" });
- comments.value = ''; // 清空评论内容
+ qcckPost({id:item.id,plnr:comments.value},'/mosty-gsxt/wshs/addWshyPl').then((res)=>{
+ getList();
+ item.visible = false; // 关闭评论弹窗
+ comments.value = ''; // 清空评论内容
+ })
};
+ // 加入会议
const joinMeeting = (item) => {
qcckPost({id:item.id},'/mosty-gsxt/wshs/addWshyRy').then((res)=>{
- console.log(res);
+ getList();
})
- // proxy.$message({
- // type: "info",
- // message: `加入会议:${item.hsbt}`,
- // });
};
// 删除