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