mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
调试
This commit is contained in:
@@ -3474,6 +3474,7 @@ function onFocusEnd(){
|
||||
};
|
||||
const logT = () => {
|
||||
state.examInfo = {};
|
||||
state.EditTestId = null;
|
||||
};
|
||||
const removePG = () => {
|
||||
console.log("11111");
|
||||
@@ -4016,7 +4017,8 @@ function onFocusEnd(){
|
||||
endTime: endTime,
|
||||
evalFlag: Number(state.assessmentId) > 0 && state.checked4 ? 1 : 0,
|
||||
assessmentId: state.checked4==1?Number(state.assessmentId):0,
|
||||
testId: state.examInfo.examinationName ? state.EditTestId : null,
|
||||
// testId: state.examInfo.examinationName ? state.EditTestId : null,
|
||||
testId: state.examInfo.examinationName ? (state.examInfo.examinationTestId ? state.EditTestId : null): null;
|
||||
homeWorkId: state.EditWorkId,
|
||||
name: state.xjkkinputV1,
|
||||
signFlag: state.xjkkradioV1 ? 1 : 0, //是否允许未报名的签到:1是0否
|
||||
|
||||
Reference in New Issue
Block a user