fix : 修复路由跳转

This commit is contained in:
2024-05-27 21:16:14 +08:00
parent 7ebd897d57
commit e71c142ea9
9 changed files with 55 additions and 14 deletions

View File

@@ -176,10 +176,11 @@ const handleDownload = (row) => {
})
}
const compositeParam = (item) => {
console.log('router.currentRoute.value.path',router.currentRoute.value.path)
let tag = ''
if (!formData.value.collectType && router.currentRoute.value.name === 'Requirement/add') {
tag = '需求征集'
}
// if (!formData.value.collectType && router.currentRoute.value.path === 'Requirement/add') {
// tag = '需求征集'
// }
return {
fileId: item.id,
size: item.size,