fix: 修复更新资产更多信息成功后,点击详情跳转到编辑页面的问题

This commit is contained in:
Michael Bai
2021-11-17 19:15:09 +08:00
committed by Jiangjie.Bai
parent 133dd02de7
commit 520abd783a

View File

@@ -97,7 +97,8 @@ export default {
},
url: '/api/v1/assets/assets/',
updateSuccessNextRoute: { name: 'AssetList' },
createSuccessNextRoute: { name: 'AssetList' }
createSuccessNextRoute: { name: 'AssetList' },
objectDetailRoute: { name: 'AssetDetail' }
}
},
methods: {