fix:注释debugger

This commit is contained in:
wyx
2023-02-20 10:37:33 +08:00
parent ab86ec50d3
commit 2561eeb1af
10 changed files with 12 additions and 14 deletions

View File

@@ -722,7 +722,6 @@ const closeDeAll = () => {
//暂存
const temporaryStorage = async () => {
debugger
templateLoading.value = true
await request(PROJECT_DETAIL_MODIFY, projectInfo.value)
await getTask()
@@ -731,7 +730,7 @@ const temporaryStorage = async () => {
};
//确定
const submitStorage = async () => {
debugger
// debugger
confirmLoading.value = true
projectInfo.value.projectInfo.status === 3 ? await request(PROJECT_RELEASE, {projectId: route.query.projectId}) : await request(PROJECT_DETAIL_MODIFY, projectInfo.value)
message.success("阶段和任务数据已保存")