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

@@ -558,6 +558,7 @@ const submitStorage = async () => {
await releaseRouter(routerId);
message.success("关卡和任务数据已保存");
confirmLoading.value = false;
getDetail();
},
});
return;