소스 검색

确认二维码关闭,此时不接受新传的图片,即使显示在弹出框

Michael Wang 5 년 전
부모
커밋
2b858ac7c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/OnlineExam/Examing/UploadPhotos.vue

+ 1 - 1
src/features/OnlineExam/Examing/UploadPhotos.vue

@@ -205,7 +205,7 @@ export default {
           cancelText: "取消关闭",
           onOk: () => {
             this.uploadModalVisible = false;
-            this.$emit("on-photos-reseted", this.totalList);
+            // this.$emit("on-photos-reseted", this.totalList);
           },
           onCancel: () => {
             return;