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