小小儁爺
2026-01-14 03b5f0b91e4cdd9f6e947cca639f16e0e64ed1c4
src/views/sopManager/sopWorkOrder.vue
@@ -471,9 +471,9 @@
        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 => {