watch注释projectInfoTemp

This commit is contained in:
670788339
2025-06-16 17:29:48 +08:00
parent 8db76d1b36
commit 5396c56db0

View File

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