feat: create encounter list view with filtering, CRUD actions, and document management.
This commit is contained in:
@@ -224,7 +224,6 @@ async function handleUploadFileSubmit() {
|
||||
|
||||
function handleViewFile(id: number, menu: string, subMenu: string) {
|
||||
const currentData: any = data.value.find((item: any) => Number(item.id) === Number(id))
|
||||
console.log(currentData)
|
||||
if (!currentData) return
|
||||
let fileReviewSep: any = null
|
||||
let fileReviewSipp: any = null
|
||||
|
||||
Reference in New Issue
Block a user