Commit ee457322 by 潘建波

【BUG】删除预置编号位导致任务无法启动

1 parent e36aa3b8
......@@ -348,7 +348,7 @@ export default {
deleteytconfig(positionnum) {
this.taskInfo.mtasks[0].scenes.map(ele => {
if (ele.scene_unid == this.currentRow.scene_unid) {
ele.position_num = -1;
ele.position_num = 0;
}
});
let sunbtaskname = this.subtaskdata.subtask_name;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!