fix : 附件上传修复

This commit is contained in:
2024-07-18 16:15:11 +08:00
parent 203b53936f
commit 8e91feb616
7 changed files with 41 additions and 12 deletions

View File

@@ -352,10 +352,11 @@ const handleStandingBook = (row) => {
})
}
const handleAttachment = (row) => {
console.log('row',row)
router.push({
name: 'Implementation/attachment',
query: {
id: row.projectId
id: row.projectId,
}
})
}