mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
考试推送type
This commit is contained in:
@@ -524,11 +524,11 @@ export default {
|
||||
state.test.type = 0;
|
||||
if(props.isLevel == 1){
|
||||
state.test.targetId = props.routerId;
|
||||
state.test.type = 1;
|
||||
state.test.type = 2;
|
||||
|
||||
}else if(props.isLevel == 2){
|
||||
state.test.targetId = props.projectId;
|
||||
state.test.type = 2;
|
||||
state.test.type = 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user