外部署名推荐审批流程修改标准跳转详情

This commit is contained in:
zhoulingpo
2023-12-07 14:20:12 +08:00
parent ea41a62ea3
commit b95f0b4dea
4 changed files with 4 additions and 4 deletions
@@ -488,7 +488,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.standId,
id: item.id,
// pageType: 'FOREIGN_STAND'
pageType: item.standType + '_STAND'
}
@@ -483,7 +483,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.standId,
id: item.id,
// pageType: 'FOREIGN_STAND'
pageType: item.standType + '_STAND'
}
@@ -479,7 +479,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.standId,
id: item.id,
// pageType: 'FOREIGN_STAND'
pageType: item.standType + '_STAND'
}
@@ -478,7 +478,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.standId,
id: item.id,
// pageType: 'FOREIGN_STAND'
pageType: item.standType + '_STAND'
}