Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
Oil_Level_Recognition_System
Overview
Overview
Details
Activity
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
柳青君
Oil_Level_Recognition_System
Commits
88fc6af9
Commit
88fc6af9
authored
Nov 26, 2025
by
Yuhaibo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分开显示
parent
f1a1c631
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
missionpanel_handler.py
handlers/videopage/missionpanel_handler.py
+3
-1
No files found.
handlers/videopage/missionpanel_handler.py
View file @
88fc6af9
...
...
@@ -93,8 +93,10 @@ class MissionPanelHandler:
# 组合任务文件夹名称
mission_folder_name
=
f
"{task_id}_{task_name}"
#
设置 curvemission 的值
#
🔥 先刷新任务列表,确保新建的任务能被找到
if
hasattr
(
self
,
'curvePanel'
)
and
self
.
curvePanel
:
self
.
_refreshCurveMissionList
()
# 设置 curvemission 的值
success
=
self
.
curvePanel
.
setMissionFromTaskName
(
mission_folder_name
)
# 调用ViewHandler的toggleVideoPageMode方法切换布局
...
...
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