style:高拍仪
Showing
2 changed files
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-31 10:46:54 | 4 | * @LastEditTime: 2023-10-31 10:57:34 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
199 | formData.append("bsmMaterial ", this.previewImg.bsmMaterial); | 199 | formData.append("bsmMaterial ", this.previewImg.bsmMaterial); |
200 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | 200 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); |
201 | if (this.previewImg.imgList.length > 0) { | 201 | if (this.previewImg.imgList.length > 0) { |
202 | formData.append("ssbsmMaterial", this.previewImg.imgList[this.previewImg.index].bsmMaterial); | 202 | formData.append("ssBsmMaterial", this.previewImg.imgList[this.previewImg.index].bsmMaterial); |
203 | } | 203 | } |
204 | uploadSjClmx(formData).then((res) => { | 204 | uploadSjClmx(formData).then((res) => { |
205 | if (res.code == 200) { | 205 | if (res.code == 200) { | ... | ... |
-
Please register or sign in to post a comment