王震
2023-12-28 0a91d2d5b91574327a0c1c4f2addc7c36cc0c98b
src/views/quality/exception/exception.vue
@@ -328,7 +328,6 @@
    },
    submitUpload(file) {
      console.info(this.currentRow && this.currentRow.id)
      console.log(file);
      if (this.currentRow && this.currentRow.id) {
        const maxSize = 5 * 1024 *1024
        let jpgType = 'image/jpeg'