fix : 附件上传修复
This commit is contained in:
@@ -247,11 +247,11 @@ const handleSubmit = async (instance) => {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
if (router.query.type !== '40') {
|
||||
if (router.query.type || router.query.type !== '40') {
|
||||
router.push({
|
||||
name: 'Implementation/attachment',
|
||||
query: {
|
||||
id: route.query.id
|
||||
projectId: route.query.projectId
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user