diff --git a/src/views/taskmanage/taskList/BLConfirmation/index.vue b/src/views/taskmanage/taskList/BLConfirmation/index.vue index a056c701..0e052ae4 100644 --- a/src/views/taskmanage/taskList/BLConfirmation/index.vue +++ b/src/views/taskmanage/taskList/BLConfirmation/index.vue @@ -40,9 +40,6 @@ - - 主单确认 - @@ -142,15 +139,14 @@ } async function FnSetSteps() { let ApiData: any = {} - console.log(ApiData) tasksList.value.forEach((item: any) => { if (item.id == activeId.value) { ApiData = { ...item } } }) - if (!isMainBL.value) { - ApiData.steps[activeSteps.value].isCompleted = true - } + // if (!isMainBL.value) { + ApiData.steps[activeSteps.value].isCompleted = true + // } // 是否自动同步更新主任务状态 (嵇工 说 最好是手动设置一下确保万无一失) ApiData.autoSync = true let res: any = null @@ -268,6 +264,7 @@ box-shadow: 0px -3px 6px rgba(214, 214, 214, 1); .steps { width: 800px; + justify-content: right; } } }