mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
watch注释projectInfoTemp
This commit is contained in:
@@ -627,7 +627,7 @@ const currentTaskList = computed(() => {
|
|||||||
});
|
});
|
||||||
watch(currentTaskList, (oldValue,newValue) => {
|
watch(currentTaskList, (oldValue,newValue) => {
|
||||||
console.log(" ----- watch projectInfoTemp --------")
|
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 --------")
|
console.log(" ----- watch detailDraft --------")
|
||||||
getTask()
|
getTask()
|
||||||
|
|||||||
Reference in New Issue
Block a user