@@ -353,7 +353,7 @@ const getChooseStudent = () => {
* 选择学生
*/
const chooseStudent = () => {
- // chooseStudentRef.value.open();
+ props.parentTrainWsMethod.stopFace(examId);
emit('getChooseStudent', { area: area });
};