1. 线上 BUG 5

This commit is contained in:
gengxin
2025-03-19 19:31:50 +08:00
parent d70ac9664b
commit 9757166da5

View File

@@ -4042,6 +4042,7 @@ function onFocusEnd(){
//新建 //新建
postData.examInfo = state.examInfo; postData.examInfo = state.examInfo;
postData.examInfo.examinationTestId = null; postData.examInfo.examinationTestId = null;
postData.examInfo.id = null;
} }