Browse Source

日常开发

林旭祥 9 tháng trước cách đây
mục cha
commit
b38664a936

+ 1 - 1
src/components/MultipleItem/index.vue

@@ -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 });
 };
 };