mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix:系统考试未发布时允许修改信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user