Pre Merge pull request !335 from wwpy/dev
This commit is contained in:
commit
f7bcf70a1f
@ -124,7 +124,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 上传成功回调
|
// 上传成功回调
|
||||||
handleUploadSuccess(res) {
|
handleUploadSuccess(res) {
|
||||||
this.fileList.push({ name: res.fileName, url: res.fileName });
|
this.fileList.push({ name: this.baseUrl + res.fileName, url: this.baseUrl + res.fileName });
|
||||||
this.$emit("input", this.listToString(this.fileList));
|
this.$emit("input", this.listToString(this.fileList));
|
||||||
this.loading.close();
|
this.loading.close();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user