修改bug 52587 未符合项流程,流程归档未符合项历史数据后,点击蓝色字体 显示错误

This commit is contained in:
zhangyichen
2022-04-19 09:49:38 +08:00
parent ea57efb578
commit 3912897f16
@@ -457,7 +457,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.id,
id: item.standId,
pageType: 'INLAND_STAND'
// pageType: item.standType + '_STAND'
}