diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue index 9906b3846..d1758b600 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue @@ -353,7 +353,9 @@ export default { name: "ListOfStandardsAndRegulationsDetails", query: { id: item.id, - fileIds: item.fileIds + fileIds: item.fileIds, + page: 1, + Size: this.$store.getters.userInfo.configContent } }); }, diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue index a2ca95cd1..e9e38173a 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue @@ -353,7 +353,9 @@ export default { name: "OtherAddEit", query: { id: item.id, - fileIds: item.fileIds + fileIds: item.fileIds, + page: 1, + Size: this.$store.getters.userInfo.configContent } }); } diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue index 505201a52..29a9da82b 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue @@ -356,7 +356,9 @@ export default { name: "ProjectAddEit", query: { id: item.id, - fileIds: item.fileIds + fileIds: item.fileIds, + page: 1, + Size: this.$store.getters.userInfo.configContent } }); } diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 78f468019..385a6e235 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -80,9 +80,9 @@ - + @@ -495,7 +495,7 @@ width="210px" label="卡车VPPS中文名称"> - +