添加任务列表刷新问题

This commit is contained in:
zhangyc
2022-12-01 16:11:41 +08:00
parent 6be6404bc1
commit d52e08444e
7 changed files with 22 additions and 21 deletions

View File

@@ -319,7 +319,7 @@ export default {
state.textV1 = "";
state.textV2 = "";
state.time = "";
message.success(`${props.edit ? "编辑" : "新增"}关卡任务成功`);
localStorage.setItem("stageId", props.chooseStageId);
localStorage.setItem("chapterId", props.isactive);
};