Quellcode durchsuchen

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

Michael Wang vor 5 Jahren
Ursprung
Commit
2b858ac7c6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/features/OnlineExam/Examing/UploadPhotos.vue

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

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