@@ -169,7 +169,7 @@
prop="region13">
<el-upload
:class="form.region13?'upload-hide':''"
- :limit="1"
+ :limit="2"
:action="uploadUrl"
list-type="picture"
:file-list="imgList"
@@ -352,7 +352,7 @@
this.warning(response.msg);
}
},
- handleError(){
+ handleError(err, file, fileList){
this.showFileList=false;
getDropList() {