From 9e49e612d95c52895a6acc44aba8ba73b63eb7bc Mon Sep 17 00:00:00 2001 From: fanlin Date: Tue, 27 Jul 2021 17:32:23 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8E=A5=E5=8F=A3=E4=B8=8B=E7=9A=84=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E6=8E=A5=E5=8F=A3=E4=BC=A0=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index bc158ef55..4986f378b 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3362,8 +3362,8 @@ export default { this.isSubmit = false if (res.ok) { this.personCollect.collectType = 'INLAND_STAND' - this.personCollect.id = this.id - this.personCollect.collectResId = this.collectId + this.personCollect.id = this.collectId + this.personCollect.collectResId = this.id this.personCollect.collectTitle = this.sarStandardsInfoEO.standName + '(编号:'+this.sarStandardsInfoEO.standSort + this.sarStandardsInfoEO.standNumber + this.sarStandardsInfoEO.standYear +')' this.personCollect.userId = this.$store.getters.userInfo.userId this.$http.putData('person/personCollect/updatePersonCollect', this.personCollect, {