[update] 修改跳转外来标准详情路径为/standardRegulationLibrary/foreignStandardDetailPage
This commit is contained in:
@@ -247,6 +247,7 @@ import {
|
||||
} from '../../../api/standardRegulationLibraryApi'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { ConfigurableTableMixin } from '../../../mixins/ConfigurableTableMixin'
|
||||
import { postDownFile } from '../../../api/manage'
|
||||
|
||||
export default {
|
||||
name: 'ForeignStandardList',
|
||||
@@ -555,7 +556,7 @@ export default {
|
||||
*/
|
||||
toDetailPage ({ id }) {
|
||||
this.$openPageNewSheet({
|
||||
path: '/standardRegulationLibrary/ForeignStandardDetail',
|
||||
path: '/standardRegulationLibrary/foreignStandardDetailPage',
|
||||
query: {
|
||||
id
|
||||
}
|
||||
|
||||
+1
-1
@@ -290,7 +290,7 @@ export default {
|
||||
let path = ''
|
||||
// 需要先判断是哪种标准
|
||||
if (record.source === StandardSource.FOREIGN.value) {
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (record.source === StandardSource.ENTERPRISE.value) {
|
||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
||||
}
|
||||
|
||||
+1
-1
@@ -731,7 +731,7 @@ export default {
|
||||
let path = ''
|
||||
// 需要先判断是哪种标准
|
||||
if (record.source === StandardSource.FOREIGN.value) {
|
||||
path = '/standardRegulationLibrary/DomesticStandardDetail'
|
||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||
} else if (record.source === StandardSource.ENTERPRISE.value) {
|
||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user