|
@@ -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);
|