Merge branch 'master_1202_0319' into test20250220

This commit is contained in:
joshen
2025-03-19 21:50:29 +08:00

View File

@@ -4039,15 +4039,16 @@ function onFocusEnd(){
if(state.kk_eidt){
//编辑
postData.examInfo = state.examInfo;
if(postData.examInfo && postData.examInfo.examinationName){
postData.examInfo.examinationTestId = null;
postData.examInfo.id = null;
}
}else{
//新建
postData.examInfo = state.examInfo;
postData.examInfo.examinationTestId = null;
postData.examInfo.id = null;
}
console.log("postData gxdata data" ,postData);
if(!postData.name){
return message.error("请输入开课名称");
}