|
@@ -115,6 +115,7 @@ export default {
|
|
|
if (imgList.length > 0) {//有图片先上传图片
|
|
|
this.$store.commit('handleToggleShow', true);
|
|
|
for (let i = 0; i < imgList.length; i++) {
|
|
|
+ alert(imgList[i].file.size,1111111)
|
|
|
let pageFile = imgList[i].file
|
|
|
formData.append('upfiles', imgList[i].file);
|
|
|
// formData.append('upfile', imgList[i].file);
|