fix:项目/学习路径返回跳转指点tab修改

This commit is contained in:
wyx
2023-04-06 20:01:42 +08:00
parent cef42554e4
commit 69df7cddc6
4 changed files with 14 additions and 5 deletions

View File

@@ -4540,6 +4540,10 @@ export default {
}
);
onMounted(() => {
// 是否是从编辑跳转过来的
if(route.query.routerEdit==="true"){
state.activeKey = "2";
}
// getStu();
getTaskList();
getTaskInfo();