[update] 修改跳转外来标准详情路径为/standardRegulationLibrary/foreignStandardDetailPage
This commit is contained in:
@@ -331,7 +331,7 @@ export default {
|
||||
let path = ''
|
||||
// 需要先判断是哪种标准
|
||||
if (record.standardType === '1') {
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (record.standardType === '2') {
|
||||
path = '/standardRegulationLibrary/OverseasStandardDetail'
|
||||
} else if (record.standardType === '3') {
|
||||
|
||||
@@ -332,7 +332,7 @@ export default {
|
||||
let path = ''
|
||||
// 需要先判断是哪种标准
|
||||
if (record.source === '1') {
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (record.source === '2') {
|
||||
path = '/standardRegulationLibrary/OverseasStandardDetail'
|
||||
} else if (record.source === '3') {
|
||||
|
||||
Reference in New Issue
Block a user