Explorar o código

云塑关于我们——资质提交修改

ZhouRuiTing %!s(int64=5) %!d(string=hai) anos
pai
achega
8fd1cea849
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      official_frontend/src/views/about/qualifications.vue

+ 1 - 1
official_frontend/src/views/about/qualifications.vue

@@ -139,7 +139,7 @@
                             return;
                             //有图片时
                         } else if (this.cooperationsForm.image != null) {
-                            form.append("multipartFile", this.cooperationsForm.image);
+                            form.append("file", this.cooperationsForm.image);
                         }
                         if (this.cooperationsForm.id != null) {
                             form.append("id", this.cooperationsForm.id);