From 901d7bab715e7516a5182c322620f7f903c56234 Mon Sep 17 00:00:00 2001
From: huangchengfa <171504222@qq.com>
Date: Thu, 18 Dec 2025 20:30:35 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=A4=84=E7=BD=AE?=
=?UTF-8?q?=E4=B8=8B=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/commit.js | 9 +++++
.../instructionHasBeen/sendFqzl.vue | 4 +-
.../JudgmentHome/MeetingRoom/index.vue | 37 ++++++++++++++++++-
3 files changed, 47 insertions(+), 3 deletions(-)
diff --git a/src/api/commit.js b/src/api/commit.js
index 94d937b..49ea749 100644
--- a/src/api/commit.js
+++ b/src/api/commit.js
@@ -109,4 +109,13 @@ export function upImageUploadId(data) {
})
}
+/** 发送指令 (网上会议室)*/
+export function wshsSendFqzl(data) {
+ return request({
+ url: gsxtApi + '/wshs/sendFqzl',
+ method: 'post',
+ data
+ })
+}
+
diff --git a/src/components/instructionHasBeen/sendFqzl.vue b/src/components/instructionHasBeen/sendFqzl.vue
index 8b93c1b..5cc2987 100644
--- a/src/components/instructionHasBeen/sendFqzl.vue
+++ b/src/components/instructionHasBeen/sendFqzl.vue
@@ -14,7 +14,7 @@