[update] 法规符合性评估库

This commit is contained in:
lideqin
2024-06-27 18:05:58 +08:00
parent 51bd564d9a
commit 456bbc4f45
2 changed files with 2 additions and 14 deletions
@@ -330,13 +330,7 @@ export default {
} }
}, },
toDetail (record) { toDetail (record) {
let path = '' let path = '/standardRegulationLibrary/foreignStandardDetailPage'
// 需要先判断是哪种标准
if (record.source === StandardSource.FOREIGN.value) {
path = '/standardRegulationLibrary/foreignStandardDetailPage'
} else if (record.source === StandardSource.ENTERPRISE.value) {
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
}
this.$openPageNewSheet({ this.$openPageNewSheet({
path: path, path: path,
query: { query: {
@@ -164,13 +164,7 @@ export default {
}, },
methods: { methods: {
toDetail (record) { toDetail (record) {
let path = '' let path = '/standardRegulationLibrary/foreignStandardDetailPage'
// 需要先判断是哪种标准
if (record.source === StandardSource.FOREIGN.value) {
path = '/standardRegulationLibrary/foreignStandardDetailPage'
} else if (record.source === StandardSource.ENTERPRISE.value) {
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
}
this.$openPageNewSheet({ this.$openPageNewSheet({
path: path, path: path,
query: { query: {