From 90ead010860f575b04614ff2ef3b8b0da888cd74 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Thu, 23 Sep 2021 15:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E6=94=B6=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index d8f30a6fe..19ebb4cd4 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2727,7 +2727,9 @@ let personCollect = { collectResId: this.sarStandardsInfoEO.id, collectTitle: collectTitle, - collectType: this.$route.params.pageType // 国内收藏type + collectType: this.$route.params.pageType, // 国内收藏type + userId : this.$store.getters.userInfo.userId + } this.$http.postData('person/personCollect', personCollect, { _this: this