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)){