|
@@ -602,7 +602,9 @@
|
|
|
success: (uploadFileRes) => {
|
|
|
// that.formMess.cable_hole_picture = JSON.parse(uploadFileRes.data)
|
|
|
// .img_url;
|
|
|
- that.imageList[1][upimage]=JSON.parse(uploadFileRes.data)
|
|
|
+ // that.imageList[1][upimage]=JSON.parse(uploadFileRes.data)
|
|
|
+ // .img_url;
|
|
|
+ that.imageList[0][name]=JSON.parse(uploadFileRes.data)
|
|
|
.img_url;
|
|
|
}
|
|
|
});
|