This commit is contained in:
2024-03-26 09:36:13 +08:00
parent 72ed9ef772
commit e5e00551de
3 changed files with 3 additions and 0 deletions

View File

@ -655,6 +655,7 @@ export default {
},
handleAvatarSuccess() {
this.uploadcancel();
this.fileList = []
this.getList();
},
handleRemove(file, fileList) {

View File

@ -683,6 +683,7 @@ export default {
},
handleAvatarSuccess() {
this.uploadcancel();
this.fileList = []
this.getList();
},
handleRemove(file, fileList) {

View File

@ -720,6 +720,7 @@ export default {
},
handleAvatarSuccess() {
this.uploadcancel();
this.fileList = []
this.getList();
},
handleRemove(file, fileList) {