This commit is contained in:
670788339
2025-06-16 16:48:21 +08:00
parent b670c43143
commit b10a3dc980

View File

@@ -624,8 +624,10 @@ const currentTaskList = computed(() => {
return projectInfo.value?.stageList[activeIndex.value]?.taskDraftDtoList.length; return projectInfo.value?.stageList[activeIndex.value]?.taskDraftDtoList.length;
}); });
watch(currentTaskList, (oldValue,newValue) => { 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}) // request(PROJECT_RELEASE, {projectId: route.query.projectId})
console.log(" ----- watch detailDraft --------")
getTask() getTask()
}); });
const temporaryStorage = async () => { const temporaryStorage = async () => {