|
@@ -137,6 +137,7 @@ export default {
|
|
|
this.fileList = this.fileList.concat(this.uploadList);
|
|
|
this.uploadList = [];
|
|
|
this.number = 0;
|
|
|
+ this.dialogName = res.data.url;
|
|
|
// this.ImageUpload.setUrl(res.data.url)
|
|
|
this.$emit("input", this.listToString(this.fileList));
|
|
|
// this.$emit("input", JSON.stringify(this.fileList));
|
|
@@ -186,7 +187,6 @@ export default {
|
|
|
// 预览
|
|
|
handlePictureCardPreview(file) {
|
|
|
this.dialogImageUrl = file.url;
|
|
|
- this.dialogName = file.name;
|
|
|
this.dialogVisible = true;
|
|
|
},
|
|
|
// 对象转成指定字符串分隔
|