8c5084d2 by renchao@pashanhoo.com

style:高拍仪

1 parent e4a75463
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-31 10:21:32
* @LastEditTime: 2023-10-31 14:03:38
-->
<template>
<div class="rlPopup">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-31 10:46:54
* @LastEditTime: 2023-10-31 10:57:34
-->
<template>
<div class="rlPopup">
......@@ -199,7 +199,7 @@
formData.append("bsmMaterial ", this.previewImg.bsmMaterial);
formData.append("bsmSlsq", this.previewImg.bsmSlsq);
if (this.previewImg.imgList.length > 0) {
formData.append("ssbsmMaterial", this.previewImg.imgList[this.previewImg.index].bsmMaterial);
formData.append("ssBsmMaterial", this.previewImg.imgList[this.previewImg.index].bsmMaterial);
}
uploadSjClmx(formData).then((res) => {
if (res.code == 200) {
......