Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
e58999f0
Commit
e58999f0
authored
Dec 21, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏问题修改
parent
52850b30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
screenDisplay.vue
src/components/screenDisplay.vue
+4
-6
No files found.
src/components/screenDisplay.vue
View file @
e58999f0
...
@@ -503,7 +503,7 @@ import AMapLoader from "@amap/amap-jsapi-loader";
...
@@ -503,7 +503,7 @@ import AMapLoader from "@amap/amap-jsapi-loader";
</div>
</div>
</div>
</div>
</div>
</div>
<div
v-if=
"
!this.audioList || this.audioList.length
<
1
"
class=
"noVideoData2"
>
暂无循环泵听诊信息......
</div>
<div
v-if=
"
waveformLoading === false &&(!this.audioList || this.audioList.length
<
1
)
"
class=
"noVideoData2"
>
暂无循环泵听诊信息......
</div>
</div>
</div>
</div>
</div>
<div
class=
"thirdRightLayer"
>
<div
class=
"thirdRightLayer"
>
...
@@ -805,7 +805,6 @@ export default defineComponent({
...
@@ -805,7 +805,6 @@ export default defineComponent({
fireLoading
:
false
,
fireLoading
:
false
,
energyLoading
:
false
,
energyLoading
:
false
,
wavesurfer
:
null
,
wavesurfer
:
null
,
audioLoading
:
false
,
waveformLoading
:
false
,
waveformLoading
:
false
,
audioNum
:
0
,
audioNum
:
0
,
hasAudio
:
false
,
hasAudio
:
false
,
...
@@ -3304,7 +3303,7 @@ export default defineComponent({
...
@@ -3304,7 +3303,7 @@ export default defineComponent({
},
},
// 查询循环泵听诊数据
// 查询循环泵听诊数据
queryAudioUrlList
()
{
queryAudioUrlList
()
{
this
.
audio
Loading
=
true
this
.
waveform
Loading
=
true
const
params
=
{
const
params
=
{
stationId
:
this
.
markerThree
.
stationId
stationId
:
this
.
markerThree
.
stationId
}
}
...
@@ -3318,10 +3317,10 @@ export default defineComponent({
...
@@ -3318,10 +3317,10 @@ export default defineComponent({
}
else
{
}
else
{
this
.
hasAudio
=
false
this
.
hasAudio
=
false
}
}
this
.
audioLoading
=
false
this
.
playAudio
(
this
.
AudioUrlIdList
[
this
.
audioNum
])
this
.
playAudio
(
this
.
AudioUrlIdList
[
this
.
audioNum
])
}
else
{
}
else
{
this
.
audioLoading
=
false
this
.
audioList
=
[]
this
.
waveformLoading
=
false
}
}
})
})
...
@@ -3335,7 +3334,6 @@ export default defineComponent({
...
@@ -3335,7 +3334,6 @@ export default defineComponent({
return
return
}
}
this
.
audioStatus
=
true
this
.
audioStatus
=
true
this
.
waveformLoading
=
true
// 如果有波形图,则摧毁现有波形图,渲染新的波形图
// 如果有波形图,则摧毁现有波形图,渲染新的波形图
console
.
log
(
'wavesurfer.value'
,
this
.
wavesurfer
)
console
.
log
(
'wavesurfer.value'
,
this
.
wavesurfer
)
if
(
this
.
wavesurfer
)
{
if
(
this
.
wavesurfer
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment