From 5396c56db013e1c456eeff92f0988578076e56bd Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Mon, 16 Jun 2025 17:29:48 +0800 Subject: [PATCH] =?UTF-8?q?watch=E6=B3=A8=E9=87=8AprojectInfoTemp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 32bb9eb2..4bb21e0e 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -627,7 +627,7 @@ const currentTaskList = computed(() => { }); watch(currentTaskList, (oldValue,newValue) => { console.log(" ----- watch projectInfoTemp --------") - request(PROJECT_DETAIL_MODIFY, projectInfo.value) + // request(PROJECT_DETAIL_MODIFY, projectInfo.value) // request(PROJECT_RELEASE, {projectId: route.query.projectId}) console.log(" ----- watch detailDraft --------") getTask()