From 039e0ce4216da14d03b22bf916d9a7e2adb482fe Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 23 Dec 2025 11:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Consultation/demo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Consultation/demo.vue b/src/components/Consultation/demo.vue index a45670e..24e1b0c 100644 --- a/src/components/Consultation/demo.vue +++ b/src/components/Consultation/demo.vue @@ -216,7 +216,7 @@ const getLoginAccountInfo =() =>{ const openInit = (it,type) =>{ modleType.value = type; if(type == '会议'){ - 判断是否有会议号 + //判断是否有会议号 let into = it.number ? '确定开始会议?' : '没有找到会议,是否创建会议?' ElMessageBox.confirm(into,'提示',{ confirmButtonText:'确定', @@ -226,6 +226,7 @@ const openInit = (it,type) =>{ // 会议号存在 ? 获取会议列表里面是否包含该条会议 : 创建会议 ; it.number ? fetchConferences(it) : conferenceActionSDK(it); }).catch(()=>{ }) + } if(['对讲机','无人机'].includes(type)){