提交
This commit is contained in:
@ -216,7 +216,7 @@ const getLoginAccountInfo =() =>{
|
|||||||
const openInit = (it,type) =>{
|
const openInit = (it,type) =>{
|
||||||
modleType.value = type;
|
modleType.value = type;
|
||||||
if(type == '会议'){
|
if(type == '会议'){
|
||||||
判断是否有会议号
|
//判断是否有会议号
|
||||||
let into = it.number ? '确定开始会议?' : '没有找到会议,是否创建会议?'
|
let into = it.number ? '确定开始会议?' : '没有找到会议,是否创建会议?'
|
||||||
ElMessageBox.confirm(into,'提示',{
|
ElMessageBox.confirm(into,'提示',{
|
||||||
confirmButtonText:'确定',
|
confirmButtonText:'确定',
|
||||||
@ -226,6 +226,7 @@ const openInit = (it,type) =>{
|
|||||||
// 会议号存在 ? 获取会议列表里面是否包含该条会议 : 创建会议 ;
|
// 会议号存在 ? 获取会议列表里面是否包含该条会议 : 创建会议 ;
|
||||||
it.number ? fetchConferences(it) : conferenceActionSDK(it);
|
it.number ? fetchConferences(it) : conferenceActionSDK(it);
|
||||||
}).catch(()=>{ })
|
}).catch(()=>{ })
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(['对讲机','无人机'].includes(type)){
|
if(['对讲机','无人机'].includes(type)){
|
||||||
|
|||||||
Reference in New Issue
Block a user