[update] 法规符合性评估库
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
+1
-7
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user