style:信息备案
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -196,6 +196,8 @@ | ... | @@ -196,6 +196,8 @@ |
196 | let file = blobToFile(blob); | 196 | let file = blobToFile(blob); |
197 | var formData = new FormData(); | 197 | var formData = new FormData(); |
198 | formData.append('file', file) | 198 | formData.append('file', file) |
199 | formData.append("bsmMaterial ", this.previewImg.bsmMaterial); | ||
200 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | ||
199 | if (this.previewImg.imgList.length > 0) { | 201 | if (this.previewImg.imgList.length > 0) { |
200 | formData.append("index", this.previewImg.imgList[this.previewImg.index].sxh); | 202 | formData.append("index", this.previewImg.imgList[this.previewImg.index].sxh); |
201 | } | 203 | } | ... | ... |
-
Please register or sign in to post a comment