[update] 修改跳转外来标准详情路径为/standardRegulationLibrary/foreignStandardDetailPage
This commit is contained in:
@@ -287,7 +287,7 @@ export default {
|
||||
switch (source) {
|
||||
// 国内
|
||||
case StandardSource.DOMESTIC.value:
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
break
|
||||
// 海外
|
||||
case StandardSource.OVERSEAS.value:
|
||||
|
||||
@@ -235,7 +235,7 @@ export default {
|
||||
let path = ''
|
||||
// 需要先判断是哪种标准
|
||||
if (this.model.type === '1') {
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (this.model.type === '2') {
|
||||
path = '/standardRegulationLibrary/OverseasStandardDetail'
|
||||
} else if (this.model.type === '3') {
|
||||
|
||||
Reference in New Issue
Block a user