8c5084d2 by renchao@pashanhoo.com

style:高拍仪

1 parent e4a75463
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-31 10:21:32 4 * @LastEditTime: 2023-10-31 14:03:38
5 --> 5 -->
6 <template> 6 <template>
7 <div class="rlPopup"> 7 <div class="rlPopup">
......
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) {
......