更新
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
v-model:w="element.width"
|
||||
v-model:active="element.isActive"
|
||||
:draggable="true"
|
||||
:resizable="!isMinimized"
|
||||
:resizable="true"
|
||||
:handles="['tl','tr','bl','br']"
|
||||
handles-type="handles"
|
||||
:active-on-hover="false"
|
||||
|
||||
@ -25,7 +25,7 @@ const sdkBDModule = useBaseDataModule();
|
||||
const baseInfo = localStorage.getItem('rhInfo') ? JSON.parse(localStorage.getItem('rhInfo')) : {};
|
||||
const showVideo = ref(false)//拖动视频
|
||||
const showDailog = ref(false)//showDailog
|
||||
const openMeeting = ref(true) //打开会议
|
||||
const openMeeting = ref(false) //打开会议
|
||||
const jsonData = ref('');
|
||||
const loginStatusCallbackId = ref() //token监听状态
|
||||
const RefEqripment = ref()
|
||||
|
||||
@ -163,9 +163,9 @@ const jsonData = ref('')
|
||||
const currRow = ref({})
|
||||
|
||||
onMounted(() => {
|
||||
// jsonData.value = require('@/components/Consultation/components/zh_CN.json');
|
||||
// getList();
|
||||
// tabHeightFn();
|
||||
jsonData.value = require('@/components/Consultation/components/zh_CN.json');
|
||||
getList();
|
||||
tabHeightFn();
|
||||
});
|
||||
|
||||
const updateItem = (item) => {
|
||||
|
||||
Reference in New Issue
Block a user