diff --git a/src/components/selection/SplitStandardSelectionModal.vue b/src/components/selection/SplitStandardSelectionModal.vue index 4bc9344..78140e5 100644 --- a/src/components/selection/SplitStandardSelectionModal.vue +++ b/src/components/selection/SplitStandardSelectionModal.vue @@ -331,7 +331,7 @@ export default { let path = '' // 需要先判断是哪种标准 if (record.standardType === '1') { - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' } else if (record.standardType === '2') { path = '/standardRegulationLibrary/OverseasStandardDetail' } else if (record.standardType === '3') { diff --git a/src/components/selection/StandardSelectionModal.vue b/src/components/selection/StandardSelectionModal.vue index f730cd9..2ff67f3 100644 --- a/src/components/selection/StandardSelectionModal.vue +++ b/src/components/selection/StandardSelectionModal.vue @@ -332,7 +332,7 @@ export default { let path = '' // 需要先判断是哪种标准 if (record.source === '1') { - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' } else if (record.source === '2') { path = '/standardRegulationLibrary/OverseasStandardDetail' } else if (record.source === '3') { diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue index 43ed5b2..8a11179 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -287,7 +287,7 @@ export default { switch (source) { // 国内 case StandardSource.DOMESTIC.value: - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' break // 海外 case StandardSource.OVERSEAS.value: diff --git a/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue b/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue index fdd825f..0668c31 100644 --- a/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue +++ b/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue @@ -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') { diff --git a/src/views/dashboard/modules/SearchAndWarningCard.vue b/src/views/dashboard/modules/SearchAndWarningCard.vue index d5ac9b7..0e40fc1 100644 --- a/src/views/dashboard/modules/SearchAndWarningCard.vue +++ b/src/views/dashboard/modules/SearchAndWarningCard.vue @@ -274,7 +274,7 @@ export default { switch (record.source + '') { // 国内 case StandardSource.DOMESTIC.value: - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' break // 海外 case StandardSource.OVERSEAS.value: diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index 8d038f3..fbbacc8 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -308,7 +308,7 @@ export default { let path = '' // 需要先判断是哪种标准 if (this.currStandardType === '1') { - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' } else if (this.currStandardType === '2') { path = '/standardRegulationLibrary/OverseasStandardDetail' } else if (this.currStandardType === '3') { diff --git a/src/views/dashboard/search/GeneralSearch.vue b/src/views/dashboard/search/GeneralSearch.vue index 37d079b..5b8501f 100644 --- a/src/views/dashboard/search/GeneralSearch.vue +++ b/src/views/dashboard/search/GeneralSearch.vue @@ -535,7 +535,7 @@ export default { let path = '' // 需要先判断是哪种标准 if (record.resourceType === '1') { - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' } else if (record.resourceType === '2') { path = '/standardRegulationLibrary/OverseasStandardDetail' } else if (record.resourceType === '3') { diff --git a/src/views/documentTool/documentComparison/DocumentComparison.vue b/src/views/documentTool/documentComparison/DocumentComparison.vue index 0d7cf21..68f835a 100644 --- a/src/views/documentTool/documentComparison/DocumentComparison.vue +++ b/src/views/documentTool/documentComparison/DocumentComparison.vue @@ -360,7 +360,7 @@ export default { switch (standardSource) { // 国内 case StandardSource.DOMESTIC.value: - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' break // 海外 case StandardSource.OVERSEAS.value: diff --git a/src/views/documentTool/documentSplit/DocumentSplit.vue b/src/views/documentTool/documentSplit/DocumentSplit.vue index 9f2d571..de0fb38 100644 --- a/src/views/documentTool/documentSplit/DocumentSplit.vue +++ b/src/views/documentTool/documentSplit/DocumentSplit.vue @@ -356,7 +356,7 @@ export default { switch (splitStandardSource) { // 国内 case StandardSource.DOMESTIC.value: - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' break // 海外 case StandardSource.OVERSEAS.value: diff --git a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue index 58bddf1..af70947 100644 --- a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue +++ b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue @@ -327,7 +327,7 @@ export default { switch (standardInfo.source) { // 国内 case StandardSource.DOMESTIC.value: - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' break // 海外 case StandardSource.OVERSEAS.value: diff --git a/src/views/personalCenter/myCollection/MyCollection.vue b/src/views/personalCenter/myCollection/MyCollection.vue index ce9c09c..0403df2 100644 --- a/src/views/personalCenter/myCollection/MyCollection.vue +++ b/src/views/personalCenter/myCollection/MyCollection.vue @@ -134,7 +134,7 @@ export default { let path = '' // 需要先判断是哪种标准 if (record.source === '1') { - path = '/standardRegulationLibrary/DomesticStandardDetail' + path = '/standardRegulationLibrary/foreignStandardDetailPage' } else if (record.source === '2') { path = '/standardRegulationLibrary/OverseasStandardDetail' } else if (record.source === '3') { diff --git a/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue b/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue index 213245a..7e819d5 100644 --- a/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue +++ b/src/views/regulatoryComplianceAssessmentDatabase/nonmatchItem/NonmatchItemList.vue @@ -320,7 +320,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' } diff --git a/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/RegulatoryComplianceAssessmentList.vue b/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/RegulatoryComplianceAssessmentList.vue index 8efeb31..4061251 100644 --- a/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/RegulatoryComplianceAssessmentList.vue +++ b/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/RegulatoryComplianceAssessmentList.vue @@ -163,7 +163,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' } diff --git a/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue b/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue index 27cdc0e..103ddeb 100644 --- a/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue +++ b/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue @@ -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 } diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index c9252d5..ee35943 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -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' } diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 7f45f57..b747b58 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -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' }