Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mmc-stl-vue2
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
mmc-stl-vue2
Commits
7cadef8c
提交
7cadef8c
authored
12月 16, 2024
作者:
翁进城
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 定时任务与周期任务选择修正
上级
27ef7b71
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
10 行增加
和
6 行删除
+10
-6
index.vue
...eft/components/airwayList/components/normalTask/index.vue
+3
-2
index.vue
...ayList/components/periodTask/components/taskAdd/index.vue
+2
-2
index.vue
...eft/components/airwayList/components/periodTask/index.vue
+1
-0
index.vue
...wayList/components/timedTask/components/taskAdd/index.vue
+2
-2
index.vue
...Left/components/airwayList/components/timedTask/index.vue
+1
-0
index.vue
...el/components/controlLeft/components/airwayList/index.vue
+1
-0
没有找到文件。
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/normalTask/index.vue
浏览文件 @
7cadef8c
...
...
@@ -154,9 +154,10 @@ export default {
this
.
rootNode
.
$emit
(
"taskListGet"
,
{
pageNo
:
1
,
pageSize
:
100
,
// type: 0,
type
:
0
,
putDevice
:
2
,
// isHangar: true,
hangar
:
this
.
hangar
,
//
hangar: this.hangar,
// taskStatus: 1,
callback
:
(
res
)
=>
{
this
.
taskList
=
res
?.
records
||
[];
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/periodTask/components/taskAdd/index.vue
浏览文件 @
7cadef8c
...
...
@@ -171,8 +171,8 @@ export default {
this
.
rootNode
.
$emit
(
"taskListGet"
,
{
pageNo
:
1
,
pageSize
:
100
,
//
type: 2,
hangar
:
this
.
hangar
,
type
:
2
,
//
hangar: this.hangar,
// taskStatus: 1,
callback
:
(
res
)
=>
{
this
.
taskList
=
res
?.
records
||
[];
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/periodTask/index.vue
浏览文件 @
7cadef8c
...
...
@@ -110,6 +110,7 @@ export default {
pageSize
:
100
,
type
:
2
,
// 0: 日常任务 1.定时任务 2.周期任务
hangar
:
this
.
hangar
,
putDevice
:
2
,
callback
:
(
res
)
=>
{
this
.
taskListAll
=
res
.
records
||
[];
}
,
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/timedTask/components/taskAdd/index.vue
浏览文件 @
7cadef8c
...
...
@@ -107,8 +107,8 @@ export default {
this
.
rootNode
.
$emit
(
"taskListGet"
,
{
pageNo
:
1
,
pageSize
:
100
,
//
type: 1,
hangar
:
this
.
hangar
,
type
:
1
,
//
hangar: this.hangar,
// taskStatus: 1,
callback
:
(
res
)
=>
{
this
.
taskList
=
res
?.
records
||
[];
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/timedTask/index.vue
浏览文件 @
7cadef8c
...
...
@@ -114,6 +114,7 @@ export default {
pageSize
:
100
,
type
:
1
,
// 0: 日常任务 1.定时任务 2.周期任务
hangar
:
this
.
hangar
,
putDevice
:
2
,
callback
:
(
res
)
=>
{
this
.
taskListAll
=
res
.
records
||
[];
},
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/components/airwayList/index.vue
浏览文件 @
7cadef8c
...
...
@@ -187,6 +187,7 @@ export default {
this
.
rootNode
.
$emit
(
"taskListGet"
,
{
pageNo
:
1
,
pageSize
:
100
,
type
:
0
,
// taskStatus: 1, // 任务状态 0:待审批 1:待执行 2:执行中 3:执行完成 4:审批不通过
callback
:
(
res
)
=>
{
this
.
taskList
=
res
?.
records
||
[];
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论