fix: 修复工单-登录复核:点击返回路由不能返回列表页问题

This commit is contained in:
“怀磊”
2021-11-12 15:45:48 +08:00
committed by 老广
parent e9bab6a623
commit cf8b0970e3

View File

@@ -36,7 +36,7 @@ export default {
return 'AssetsTicketDetail'
} else if (row.type === 'apply_application') {
return 'AppsTicketDetail'
} else if (row.type === 'login_asset_confirm') {
} else if (row.type === 'login_asset_confirm' || row.type === 'login_confirm') {
return 'LoginAssetTicketDetail'
} else if (row.type === 'command_confirm') {
return 'CommandConfirmDetail'