From 2da647c74c13ec650c656da2900a744ae66a5ff5 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Fri, 1 Apr 2022 16:54:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052186=20=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E6=B8=85=E5=8D=95=EF=BC=8C=E7=94=A8=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E7=9A=84=E4=BA=BA=E4=BF=AE=E6=94=B9=E6=B8=85=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=BA=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=AF=B9=EF=BC=8C=E8=BF=98=E9=9C=80=E8=A6=81=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=90=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 1 + 1 file changed, 1 insertion(+) 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 From dc100e19dfea63727ba91a9ffb987d32f2f3fa10 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Fri, 1 Apr 2022 17:37:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");