diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 33f1fb764..3f6d1ab06 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1437,6 +1437,7 @@ export default { rowlist2 = rowlist2.join(';') rowlist3 = rowlist3.join(';') let sarAccessEO = JSON.parse(JSON.stringify(this.sarAccessEO)) + sarAccessEO.reNewPeople = this.$store.getters.userInfo.userId sarAccessEO.inforlist = rowlist sarAccessEO.inforlist1 = rowlist1 sarAccessEO.inforlist2 = rowlist2 diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 1145a49cd..4f76138e5 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -1027,7 +1027,7 @@ export default { name: "OtherStandardDetails", params: { id: data.id, - pageType: data.standType, + pageType: data.standType === 'INLAND' ? 'INLAND_STAND' : data.standType, } }); window.open(routeUrl.href, "_blank");