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()