外部署名推荐审批流程修改标准跳转详情
This commit is contained in:
@@ -488,7 +488,7 @@ export default {
|
|||||||
let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.id,
|
||||||
// pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -483,7 +483,7 @@ export default {
|
|||||||
let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.id,
|
||||||
// pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ export default {
|
|||||||
let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.id,
|
||||||
// pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -478,7 +478,7 @@ export default {
|
|||||||
let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.id,
|
||||||
// pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user