修改
This commit is contained in:
parent
72ed9ef772
commit
e5e00551de
@ -655,6 +655,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleAvatarSuccess() {
|
handleAvatarSuccess() {
|
||||||
this.uploadcancel();
|
this.uploadcancel();
|
||||||
|
this.fileList = []
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
handleRemove(file, fileList) {
|
handleRemove(file, fileList) {
|
||||||
|
|||||||
@ -683,6 +683,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleAvatarSuccess() {
|
handleAvatarSuccess() {
|
||||||
this.uploadcancel();
|
this.uploadcancel();
|
||||||
|
this.fileList = []
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
handleRemove(file, fileList) {
|
handleRemove(file, fileList) {
|
||||||
|
|||||||
@ -720,6 +720,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleAvatarSuccess() {
|
handleAvatarSuccess() {
|
||||||
this.uploadcancel();
|
this.uploadcancel();
|
||||||
|
this.fileList = []
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
handleRemove(file, fileList) {
|
handleRemove(file, fileList) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user