mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix:项目/学习路径返回跳转指点tab修改
This commit is contained in:
@@ -1451,7 +1451,7 @@ export default {
|
||||
createId: null,
|
||||
permissions: "",
|
||||
hasTask: false,
|
||||
stage: [],
|
||||
stage: [],
|
||||
statess: [],
|
||||
routerId: route.query.routerId
|
||||
? route.query.routerId
|
||||
@@ -2072,6 +2072,11 @@ export default {
|
||||
//学员管理------------------------------------------------
|
||||
|
||||
onMounted(() => {
|
||||
// 是否是从编辑跳转过来的
|
||||
if(route.query.routerEdit==="true"){
|
||||
state.activeKey = "2";
|
||||
}
|
||||
|
||||
state.addLoading = true;
|
||||
getOverview();
|
||||
myGetRouterDetail();
|
||||
|
||||
Reference in New Issue
Block a user