This commit is contained in:
zhangsir
2024-02-05 19:09:17 +08:00
parent c0b856413b
commit 7edc24e2bc
2 changed files with 8 additions and 0 deletions

View File

@@ -614,6 +614,7 @@ const currentTaskList = computed(() => {
});
watch(currentTaskList, (oldValue,newValue) => {
request(PROJECT_DETAIL_MODIFY, projectInfo.value)
// request(PROJECT_RELEASE, {projectId: route.query.projectId})
getTask()
});
const temporaryStorage = async () => {