[update] 全局修改跳转标准详情页的判断国标改成外来标准,删除外标
This commit is contained in:
@@ -332,8 +332,6 @@ export default {
|
||||
// 需要先判断是哪种标准
|
||||
if (record.standardType === '1') {
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (record.standardType === '2') {
|
||||
path = '/standardRegulationLibrary/OverseasStandardDetail'
|
||||
} else if (record.standardType === '3') {
|
||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user