From bc59cfef7dffd7333381a2b252b2b13b44fa9f42 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Thu, 23 Sep 2021 13:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E6=94=B6?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 3f01fc084..f58115107 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2726,7 +2726,8 @@ export default { 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