mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
日志
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user