提交导出

This commit is contained in:
lpq
2023-02-19 20:01:29 +08:00
parent 0f14ed29ae
commit 651a182641
4 changed files with 28 additions and 17 deletions

View File

@@ -720,6 +720,7 @@ const closeDeAll = () => {
//暂存
const temporaryStorage = async () => {
debugger
templateLoading.value = true
await request(PROJECT_DETAIL_MODIFY, projectInfo.value)
await getTask()
@@ -728,6 +729,7 @@ const temporaryStorage = async () => {
};
//确定
const submitStorage = async () => {
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("阶段和任务数据已保存")