mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
watch注释projectInfoTemp
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user