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}`, - // }); }; // 删除