小小儁爺
9 天以前 e4269277e493dad1c410ad40f8fd4e2c934a9b75
src/views/sopManager/sopDevice.vue
@@ -444,9 +444,9 @@
        return this.$message.info('请选择文件上传!')
      }
      const isLt100M = this.$refs.uploadFileRef.uploadFiles[0].size / 1024 / 1024 <= 1024
      const isLt100M = this.$refs.uploadFileRef.uploadFiles[0].size / 1024 / 1024 <= 10
      if (!isLt100M) {
        return this.$message.info('请检查,上传文件大小不能超过1024MB!')
        return this.$message.info('请检查,上传文件大小不能超过10MB!')
      }
      this.$refs.dialogForm.validate(valid => {