projects/mesxc-lb #227

Merged
juzi merged 3 commits from projects/mesxc-lb into projects/mesxc-test 2024-03-04 11:19:33 +08:00
Showing only changes of commit 6df8c3bcc1 - Show all commits

View File

@ -409,7 +409,8 @@ const uploadedFile = {
return {};
},
methods: {
handleDelete() {
handleDelete(e) {
e.stopPropagation();
this.$emit('delete', this.file);
},
async handleDownload() {