应征入伍保留学籍申请表附件删除

This commit is contained in:
2025-11-21 17:27:49 +08:00
parent a5c6980bdd
commit a880bf7717
5 changed files with 96 additions and 33 deletions

View File

@@ -251,6 +251,10 @@ export default {
if(this.fileList.length == 0){
this.affixId = ''
}
// 关键:触发自定义事件,传递被删除的文件名
// 事件名建议delete-file参数file.name文件名
this.$emit('delete-file', file.name);
} else {
this.$message.error(res.message)
}