diff --git a/src/components/infoLiveCall/index.vue b/src/components/infoLiveCall/index.vue
index fff0633..bd8045b 100644
--- a/src/components/infoLiveCall/index.vue
+++ b/src/components/infoLiveCall/index.vue
@@ -1,11 +1,16 @@
-
-
+
+
+
+
@@ -51,10 +55,17 @@ const props = defineProps({
type: Object,
default: {}
},
+ detailLoading: {
+ type: Boolean,
+ default: false
+ },
})
const getScrollbarRef = () => {
return scrollbarRef.value
}
+watch(() => props.detailLoading, (newVal) => {
+ props.detailLoading=newVal
+})
defineExpose({
getScrollbarRef
})
@@ -62,7 +73,7 @@ defineExpose({