mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
面授课考试推送
This commit is contained in:
@@ -513,7 +513,8 @@ export default {
|
|||||||
//TODO缺少paperName字段
|
//TODO缺少paperName字段
|
||||||
state.test.examinationTestName = state.paperName;
|
state.test.examinationTestName = state.paperName;
|
||||||
//考试推送
|
//考试推送
|
||||||
|
state.test.targetId = 0;
|
||||||
|
state.test.type = 0;
|
||||||
if(props.isLevel == 1){
|
if(props.isLevel == 1){
|
||||||
state.test.targetId = props.routerId;
|
state.test.targetId = props.routerId;
|
||||||
state.test.type = 1;
|
state.test.type = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user