fix : 修复路由跳转
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user