-- fix bug

This commit is contained in:
yuping
2023-03-03 23:05:46 +08:00
parent 1d05a7ee7f
commit e69d0d442e
2 changed files with 2 additions and 0 deletions

View File

@@ -564,6 +564,7 @@ const submitStorage = async () => {
}
confirmLoading.value = true;
await request(ROUTER_DETAIL_MODIFY, routerInfo.value);
await getDetail();
message.success("关卡和任务数据已保存");
confirmLoading.value = false;
};