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;
});
watch(currentTaskList, (oldValue,newValue) => {
console.log(" ----- watch projectInfoTemp --------")
request(PROJECT_DETAIL_MODIFY, projectInfo.value)
// request(PROJECT_RELEASE, {projectId: route.query.projectId})
console.log(" ----- watch detailDraft --------")
getTask()
});
const temporaryStorage = async () => {