From 3bb9b04371cb6f82c9c1041190f9d4b58619c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Tue, 5 Nov 2024 09:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=95=E7=A1=AE=E8=AE=A4=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/taskmanage/taskList/BLConfirmation/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/taskmanage/taskList/BLConfirmation/index.vue b/src/views/taskmanage/taskList/BLConfirmation/index.vue index 0e052ae4..9e3daf42 100644 --- a/src/views/taskmanage/taskList/BLConfirmation/index.vue +++ b/src/views/taskmanage/taskList/BLConfirmation/index.vue @@ -150,11 +150,11 @@ // 是否自动同步更新主任务状态 (嵇工 说 最好是手动设置一下确保万无一失) ApiData.autoSync = true let res: any = null - if (isMainBL.value) { - res = await SetTaskStatus(ApiData) - } else { - res = await SetSteps(ApiData) - } + // if (isMainBL.value) { + // res = await SetTaskStatus(ApiData) + // } else { + res = await SetSteps(ApiData) + // } if (res.succeeded) { createMessage.success(res.message) init(true)