fix:系统考试未发布时允许修改信息

This commit is contained in:
wyx
2023-03-05 14:53:18 +08:00
parent 8afb42e242
commit ad051036d1
3 changed files with 27 additions and 15 deletions

View File

@@ -606,7 +606,8 @@ const submitStorage = async () => {
confirmLoading.value = true
await request(PROJECT_RELEASE, {projectId: route.query.projectId})
message.success("保存成功");
confirmLoading.value = false
confirmLoading.value = false;
getTask();
},
})
return