|
|
@@ -8,8 +8,6 @@
|
|
|
:on-preview="handlePictureCardPreview"
|
|
|
:on-remove="handleRemove"
|
|
|
:on-success="handleSuccess"
|
|
|
- :on-error="handleError"
|
|
|
- :on-change="handleChange"
|
|
|
>
|
|
|
<i class="el-icon-plus"></i>
|
|
|
</el-upload>
|
|
|
@@ -57,9 +55,6 @@
|
|
|
this.handleChange(fileList);
|
|
|
},
|
|
|
|
|
|
- handleError(err, file, fileList) {
|
|
|
- console.log("错误", err);
|
|
|
- },
|
|
|
handleChange(fileList) {
|
|
|
const list = [];
|
|
|
fileList.map(file => {
|