mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
作业
This commit is contained in:
@@ -3471,8 +3471,8 @@ function onFocusEnd(){
|
||||
};
|
||||
const logW = () => {
|
||||
state.workInfo = {};
|
||||
// state.EditWorkId = null;
|
||||
// state.homeWorkId = null;
|
||||
state.EditWorkId = null;
|
||||
state.homeWorkId = null;
|
||||
};
|
||||
const logT = () => {
|
||||
state.examInfo = {};
|
||||
@@ -4023,8 +4023,8 @@ function onFocusEnd(){
|
||||
assessmentId: state.checked4==1?Number(state.assessmentId):0,
|
||||
// testId: state.examInfo.examinationName ? state.EditTestId : null,
|
||||
testId: state.examInfo.examinationName ? (state.examInfo.examinationTestId ? state.EditTestId : null): null,
|
||||
// homeWorkId: state.workInfo.workName ? state.EditWorkId : null,
|
||||
homeWorkId: state.EditWorkId,
|
||||
homeWorkId: state.workInfo.workName ? state.EditWorkId : null,
|
||||
// homeWorkId: state.EditWorkId,
|
||||
name: state.xjkkinputV1,
|
||||
signFlag: state.xjkkradioV1 ? 1 : 0, //是否允许未报名的签到:1是0否
|
||||
autoGraduateEnabled: state.xjkkradioVEnd ? 1 : 0,
|
||||
@@ -4167,8 +4167,7 @@ function onFocusEnd(){
|
||||
state.assessmentName = item.assessmentName;
|
||||
state.assessmentId = String(item.assessmentId);
|
||||
state.EditTestId = Number(item.testId);
|
||||
// state.EditWorkId = item.homeWorkId ? String(item.homeWorkId) : null;
|
||||
state.EditWorkId = String(item.homeWorkId);
|
||||
state.EditWorkId = item.homeWorkId ? String(item.homeWorkId) : null;
|
||||
state.xjkkinputV1 = item.name;
|
||||
state.onceName = item.name;
|
||||
state.scoreParams = item.score;
|
||||
|
||||
Reference in New Issue
Block a user