mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 06:36:45 +08:00
'异常健康告知删除'
This commit is contained in:
@@ -739,6 +739,24 @@ export default {
|
||||
// return
|
||||
// }
|
||||
// })
|
||||
} else if (detail.name == 'fileListNotify') {
|
||||
this.fileListNotify.forEach((item, index, arr) => {
|
||||
if (item.name == file.name) {
|
||||
arr.splice(index,1)
|
||||
}else{
|
||||
return;
|
||||
}
|
||||
})
|
||||
this.deleteImg(file, 'fileListNotify')
|
||||
} else if (detail.name == 'fileListNotifyInsured') {
|
||||
this.fileListNotifyInsured.forEach((item, index, arr) => {
|
||||
if (item.name == file.name) {
|
||||
arr.splice(index,1)
|
||||
}else{
|
||||
return;
|
||||
}
|
||||
})
|
||||
this.deleteImg(file, 'fileListNotifyInsured')
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user