Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-video
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
binhai-jiaoguan
binhai-video
Commits
81bd8c15
Commit
81bd8c15
authored
Nov 21, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.平台录像:筛选执行方案后再清空筛选项点击查询时列表没有还原,显示暂无数据了
parent
4ba8a921
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
platformRecording.vue
...s/videoStorageManagement/components/platformRecording.vue
+5
-1
No files found.
src/views/videoStorageManagement/components/platformRecording.vue
View file @
81bd8c15
...
...
@@ -562,7 +562,11 @@ export default {
/** 查询视频存储管理-计划列表 */
getList
()
{
this
.
loading
=
true
listPlan
(
this
.
queryParams
).
then
(
response
=>
{
const
temp
=
{
...
this
.
queryParams
,
recordTime
:
this
.
queryParams
.
recordTime
===
''
?
null
:
this
.
queryParams
.
recordTime
}
listPlan
(
temp
).
then
(
response
=>
{
this
.
planList
=
response
.
rows
this
.
total
=
response
.
total
this
.
loading
=
false
...
...
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